From 505fa14cd68e13d066a5770a229ba0d7fa88d2a9 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 27 Feb 2015 09:19:12 -0600 Subject: Fix auth-required for help command When we got picky with the auth arguments we broke using help without any auth config supplied. This rearranges things a bit to do the argument checking when the deferred auth request to Identity occurs so commands that do not need auth have a chance to live short but useful lives. Closes-Bug: #1399588 Change-Id: I8ceac491cf65e25eddb62ab2713f471fe686756d --- examples/osc-lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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, ) -- cgit v1.2.1