Skip to content

Commit b1972fb

Browse files
author
Dean Troyer
committed
Set default auth plugin back to 'password'
This was a hack that should be less needed now... Change-Id: Id8cba87ad05b106aa36e356c0d70a568316fd327
1 parent 817ab3e commit b1972fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def initialize_app(self, argv):
203203
# Use service token authentication
204204
auth_type = 'token_endpoint'
205205
else:
206-
auth_type = 'osc_password'
206+
auth_type = 'password'
207207

208208
project_id = getattr(self.options, 'project_id', None)
209209
project_name = getattr(self.options, 'project_name', None)

0 commit comments

Comments
 (0)