Merge "Add environment variable in the os-auth-type help"

This commit is contained in:
Jenkins 2014-11-18 09:25:21 +00:00 committed by Gerrit Code Review
commit 57364804f6

View File

@ -136,7 +136,8 @@ def build_auth_plugins_option_parser(parser):
default=utils.env('OS_AUTH_TYPE'),
help='Select an auhentication type. Available types: ' +
', '.join(available_plugins) +
'. Default: selected based on --os-username/--os-token',
'. Default: selected based on --os-username/--os-token' +
' (Env: OS_AUTH_TYPE)',
choices=available_plugins
)
# make sur we catch old v2.0 env values