summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2015-09-18 14:17:01 -0500
committerDean Troyer <dtroyer@gmail.com>2015-09-18 14:17:05 -0500
commitb1972fb5610ac22c256334f4de25b0278e1c1daa (patch)
treea04ec6c5a6d7c60316cc954a8806cefe8bf2b027 /openstackclient/shell.py
parent817ab3ec0ea5a74aeda12850f39a56f332e9558b (diff)
downloadpython-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/shell.py')
-rw-r--r--openstackclient/shell.py2
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)