diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-03-10 05:37:41 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-03-10 05:37:41 +0000 |
| commit | 2f4cfb6cd50e6305111fdf51698fb73835b9aa58 (patch) | |
| tree | 6f28fcc14b8d0c2dfd044cb9500d92a0dd9715c8 /examples/common.py | |
| parent | 0fed88fb07e7b0cd211815c430d1c386a16c87cd (diff) | |
| parent | 749920bc65d4859eeaf44d16ae94f842d88af178 (diff) | |
| download | python-openstackclient-2f4cfb6cd50e6305111fdf51698fb73835b9aa58.tar.gz | |
Merge "Move OSC auth plugins so they can be found"
Diffstat (limited to 'examples/common.py')
| -rwxr-xr-x | examples/common.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/common.py b/examples/common.py index 1ccea2a0..2e798529 100755 --- a/examples/common.py +++ b/examples/common.py @@ -85,12 +85,6 @@ def base_parser(parser): # Global arguments parser.add_argument( - '--os-url', - metavar='<url>', - default=env('OS_URL'), - help='Defaults to env[OS_URL]', - ) - parser.add_argument( '--os-region-name', metavar='<auth-region-name>', default=env('OS_REGION_NAME'), |
