Skip to content

Commit 2616fdb

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Set default auth plugin back to 'password'"
2 parents b288fbf + b1972fb commit 2616fdb

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
@@ -205,7 +205,7 @@ def initialize_app(self, argv):
205205
# Use service token authentication
206206
auth_type = 'token_endpoint'
207207
else:
208-
auth_type = 'osc_password'
208+
auth_type = 'password'
209209

210210
project_id = getattr(self.options, 'project_id', None)
211211
project_name = getattr(self.options, 'project_name', None)

0 commit comments

Comments
 (0)