Merge "Fix --os-auth-plugin in auth_with_unscoped_saml"

This commit is contained in:
Jenkins 2015-07-22 17:07:40 +00:00 committed by Gerrit Code Review
commit b9ca72853b

View File

@ -37,7 +37,7 @@ def auth_with_unscoped_saml(func):
else:
msg = ('This command requires the use of an unscoped SAML '
'authentication plugin. Please use argument '
'--os-auth-plugin with one of the following '
'--os-auth-type with one of the following '
'plugins: ' + ', '.join(UNSCOPED_AUTH_PLUGINS))
raise exceptions.CommandError(msg)
return _decorated