summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-03-10 05:37:41 +0000
committerGerrit Code Review <review@openstack.org>2015-03-10 05:37:41 +0000
commit2f4cfb6cd50e6305111fdf51698fb73835b9aa58 (patch)
tree6f28fcc14b8d0c2dfd044cb9500d92a0dd9715c8 /openstackclient/shell.py
parent0fed88fb07e7b0cd211815c430d1c386a16c87cd (diff)
parent749920bc65d4859eeaf44d16ae94f842d88af178 (diff)
downloadpython-openstackclient-2f4cfb6cd50e6305111fdf51698fb73835b9aa58.tar.gz
Merge "Move OSC auth plugins so they can be found"
Diffstat (limited to 'openstackclient/shell.py')
-rw-r--r--openstackclient/shell.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py
index b61da2b9..3cfd7312 100644
--- a/openstackclient/shell.py
+++ b/openstackclient/shell.py
@@ -188,12 +188,6 @@ class OpenStackShell(app.App):
description,
version)
- # service token auth argument
- parser.add_argument(
- '--os-url',
- metavar='<url>',
- default=utils.env('OS_URL'),
- help='Defaults to env[OS_URL]')
# Global arguments
parser.add_argument(
'--os-region-name',