Merge "Fix auth version detection"

This commit is contained in:
Jenkins 2017-10-15 20:12:43 +00:00 committed by Gerrit Code Review
commit d81d2119fb
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class MonascaShell(shell.OpenStackShell):
description,
version
)
parser.set_defaults(cloud=None)
parser = auth.build_auth_plugins_option_parser(parser)
parser = self._append_monasca_args(parser)
return parser