Merge "fix a typo in documentation"

This commit is contained in:
Zuul 2018-04-02 16:24:49 +00:00 committed by Gerrit Code Review
commit bd712fa0ca

View File

@ -245,7 +245,7 @@ class OpenStackCinderShell(object):
default_auth_plugin = 'password' default_auth_plugin = 'password'
# Passing [] to loading.register_auth_argparse_arguments to avoid # 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( loading.register_auth_argparse_arguments(
parser, [], default=default_auth_plugin) parser, [], default=default_auth_plugin)