From 749920bc65d4859eeaf44d16ae94f842d88af178 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Tue, 3 Mar 2015 20:29:38 -0600 Subject: Move OSC auth plugins so they can be found The plugin detection at the top of openstackclient.api.auth did not detect the plugins at the bottom of that file because, surprise, they had not been declared yet so the entry points were ignored. Move both plugin subclasses into openstackclient.api.auth_plugin. Fix a problem with the password callback that was otherwise made worse with this change. Closes-Bug: 1428912 Change-Id: Idc3b72534071e0013c8922884a8bc14137509a0f --- examples/common.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/common.py') diff --git a/examples/common.py b/examples/common.py index 1ccea2a0..2e798529 100755 --- a/examples/common.py +++ b/examples/common.py @@ -84,12 +84,6 @@ def base_parser(parser): """ # Global arguments - parser.add_argument( - '--os-url', - metavar='', - default=env('OS_URL'), - help='Defaults to env[OS_URL]', - ) parser.add_argument( '--os-region-name', metavar='', -- cgit v1.2.1