diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-11-18 09:25:21 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-11-18 09:25:21 +0000 |
| commit | 57364804f612f47518210fdb4a89472eca4fbd30 (patch) | |
| tree | 2c2868b0e8876d70fa90345483922a1338cae679 /openstackclient | |
| parent | 3b1c308b11adebd4914d3947cb8f3ffb18dfba24 (diff) | |
| parent | c1b376dc333398903007f3f26ebd81378071bdcb (diff) | |
| download | python-openstackclient-57364804f612f47518210fdb4a89472eca4fbd30.tar.gz | |
Merge "Add environment variable in the os-auth-type help"
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/api/auth.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openstackclient/api/auth.py b/openstackclient/api/auth.py index e19c6b79..bfb2f83a 100644 --- a/openstackclient/api/auth.py +++ b/openstackclient/api/auth.py @@ -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 |
