fix a typo in documentation

Change-Id: Icb6c9808829c6088f6ae2408718bcb03ddc7b53a
This commit is contained in:
melissaml 2018-03-23 07:41:24 +08:00
parent 6996474656
commit 953bd8cb89

@ -245,7 +245,7 @@ class OpenStackCinderShell(object):
default_auth_plugin = 'password'
# Passing [] to loading.register_auth_argparse_arguments to avoid
# the auth_type being overriden by the command line.
# the auth_type being overridden by the command line.
loading.register_auth_argparse_arguments(
parser, [], default=default_auth_plugin)