diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-03-02 16:19:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-03-02 16:19:20 +0000 |
| commit | b972937c826f4dfdab0fb7f3a6b1f90e3d90f575 (patch) | |
| tree | e52c4104f6924dc5f2bad75dae0946af4064e22f /examples | |
| parent | efffee2370b203df81e6a3ca6c7ce04b6b200d01 (diff) | |
| parent | 505fa14cd68e13d066a5770a229ba0d7fa88d2a9 (diff) | |
| download | python-openstackclient-b972937c826f4dfdab0fb7f3a6b1f90e3d90f575.tar.gz | |
Merge "Fix auth-required for help command"
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/osc-lib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/osc-lib.py b/examples/osc-lib.py index 69fc5d98..2960a2f7 100755 --- a/examples/osc-lib.py +++ b/examples/osc-lib.py @@ -59,7 +59,7 @@ def run(opts): # Collect the auth and config options together and give them to # ClientManager and it will wrangle all of the goons into place. client_manager = clientmanager.ClientManager( - auth_options=opts, + cli_options=opts, verify=verify, api_version=api_version, ) |
