summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-03-02 16:19:20 +0000
committerGerrit Code Review <review@openstack.org>2015-03-02 16:19:20 +0000
commitb972937c826f4dfdab0fb7f3a6b1f90e3d90f575 (patch)
treee52c4104f6924dc5f2bad75dae0946af4064e22f /examples
parentefffee2370b203df81e6a3ca6c7ce04b6b200d01 (diff)
parent505fa14cd68e13d066a5770a229ba0d7fa88d2a9 (diff)
downloadpython-openstackclient-b972937c826f4dfdab0fb7f3a6b1f90e3d90f575.tar.gz
Merge "Fix auth-required for help command"
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/osc-lib.py2
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,
)