Format the list of auth types in the Mistral client help
Change-Id: I05d312f030009284182f850b234695ee584b1ae4
This commit is contained in:
@@ -356,7 +356,7 @@ class MistralShell(app.App):
|
|||||||
dest='auth_type',
|
dest='auth_type',
|
||||||
default=env('MISTRAL_AUTH_TYPE', default='keystone'),
|
default=env('MISTRAL_AUTH_TYPE', default='keystone'),
|
||||||
help='Authentication type. Valid options are: %s.'
|
help='Authentication type. Valid options are: %s.'
|
||||||
' (Env: MISTRAL_AUTH_TYPE)' % auth_types.ALL
|
' (Env: MISTRAL_AUTH_TYPE)' % ', '.join(auth_types.ALL)
|
||||||
)
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|||||||
Reference in New Issue
Block a user