summaryrefslogtreecommitdiff
path: root/glanceclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'glanceclient/shell.py')
-rw-r--r--glanceclient/shell.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/glanceclient/shell.py b/glanceclient/shell.py
index 416d173..3dfa14a 100644
--- a/glanceclient/shell.py
+++ b/glanceclient/shell.py
@@ -61,18 +61,6 @@ class OpenStackImagesShell(object):
parser.set_defaults(os_project_id=utils.env(
'OS_PROJECT_ID', 'OS_TENANT_ID'))
- parser.add_argument('--key-file',
- dest='os_key',
- help='DEPRECATED! Use --os-key.')
-
- parser.add_argument('--ca-file',
- dest='os_cacert',
- help='DEPRECATED! Use --os-cacert.')
-
- parser.add_argument('--cert-file',
- dest='os_cert',
- help='DEPRECATED! Use --os-cert.')
-
parser.add_argument('--os_tenant_id',
help=argparse.SUPPRESS)