Merge "Fix --os-auth-plugin in auth_with_unscoped_saml"
This commit is contained in:
commit
b9ca72853b
@ -37,7 +37,7 @@ def auth_with_unscoped_saml(func):
|
|||||||
else:
|
else:
|
||||||
msg = ('This command requires the use of an unscoped SAML '
|
msg = ('This command requires the use of an unscoped SAML '
|
||||||
'authentication plugin. Please use argument '
|
'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))
|
'plugins: ' + ', '.join(UNSCOPED_AUTH_PLUGINS))
|
||||||
raise exceptions.CommandError(msg)
|
raise exceptions.CommandError(msg)
|
||||||
return _decorated
|
return _decorated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user