diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2015-09-18 14:17:01 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2015-09-18 14:17:05 -0500 |
| commit | b1972fb5610ac22c256334f4de25b0278e1c1daa (patch) | |
| tree | a04ec6c5a6d7c60316cc954a8806cefe8bf2b027 /openstackclient | |
| parent | 817ab3ec0ea5a74aeda12850f39a56f332e9558b (diff) | |
| download | python-openstackclient-b1972fb5610ac22c256334f4de25b0278e1c1daa.tar.gz | |
Set default auth plugin back to 'password'
This was a hack that should be less needed now...
Change-Id: Id8cba87ad05b106aa36e356c0d70a568316fd327
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index c08d619d..c7ce41b2 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -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) |
