mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Set default auth plugin back to 'password'
This was a hack that should be less needed now... Change-Id: Id8cba87ad05b106aa36e356c0d70a568316fd327
This commit is contained in:
parent
817ab3ec0e
commit
b1972fb561
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ class OpenStackShell(app.App):
|
|||
# Use service token authentication
|
||||
auth_type = 'token_endpoint'
|
||||
else:
|
||||
auth_type = 'osc_password'
|
||||
auth_type = 'password'
|
||||
|
||||
project_id = getattr(self.options, 'project_id', None)
|
||||
project_name = getattr(self.options, 'project_name', None)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue