summaryrefslogtreecommitdiff
path: root/examples/osc-lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/osc-lib.py')
-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,
)