Merge "Set default auth plugin back to 'password'"
This commit is contained in:
commit
83794f98f4
@ -205,7 +205,7 @@ class OpenStackShell(app.App):
|
|||||||
# Use service token authentication
|
# Use service token authentication
|
||||||
auth_type = 'token_endpoint'
|
auth_type = 'token_endpoint'
|
||||||
else:
|
else:
|
||||||
auth_type = 'osc_password'
|
auth_type = 'password'
|
||||||
|
|
||||||
project_id = getattr(self.options, 'project_id', None)
|
project_id = getattr(self.options, 'project_id', None)
|
||||||
project_name = getattr(self.options, 'project_name', None)
|
project_name = getattr(self.options, 'project_name', None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user