Merge "Set default auth plugin back to 'password'"

This commit is contained in:
Jenkins 2015-09-21 14:40:18 +00:00 committed by Gerrit Code Review
commit 2616fdb089
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,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)