Merge "Change auth plugin help text to auth type"
This commit is contained in:
commit
49f3f60f8f
@ -56,7 +56,7 @@ def register_argparse_arguments(parser, argv, default=None):
|
|||||||
'--os-auth-plugin',
|
'--os-auth-plugin',
|
||||||
metavar='<name>',
|
metavar='<name>',
|
||||||
default=env_plugin,
|
default=env_plugin,
|
||||||
help='The auth plugin to load')
|
help='Authentication type to use')
|
||||||
|
|
||||||
options, _args = in_parser.parse_known_args(argv)
|
options, _args = in_parser.parse_known_args(argv)
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ from keystoneauth1.loading import opts
|
|||||||
|
|
||||||
_AUTH_TYPE_OPT = opts.Opt('auth_type',
|
_AUTH_TYPE_OPT = opts.Opt('auth_type',
|
||||||
deprecated=[opts.Opt('auth_plugin')],
|
deprecated=[opts.Opt('auth_plugin')],
|
||||||
help='Name of the plugin to load')
|
help='Authentication type to load')
|
||||||
|
|
||||||
_section_help = 'Config Section from which to load plugin specific options'
|
_section_help = 'Config Section from which to load plugin specific options'
|
||||||
_AUTH_SECTION_OPT = opts.Opt('auth_section', help=_section_help)
|
_AUTH_SECTION_OPT = opts.Opt('auth_section', help=_section_help)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user