summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorRui Yuan Dou <rydou@fiberhome.com>2017-08-08 11:06:39 +0800
committerRui Yuan Dou <rydou@fiberhome.com>2018-01-17 08:50:57 +0800
commit8e862b6018404117263e817a896728e344858d94 (patch)
tree4d1ed4e9c8644a4afd1a2ddfde1db9a1b6f34a3f /doc/source
parentc0677ad425e40d80d54f9d82786f60cf88eeeb42 (diff)
downloadpython-glanceclient-8e862b6018404117263e817a896728e344858d94.tar.gz
Remove deprecated ssl options
Old deprecated ssl options block the new keystoneauth parser get the correct value, should be removed. Change-Id: Ie080f9a8fa7f4407b1fcbb7fb7c763152c5ec295 Closes-Bug: 1697163
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/cli/details.rst12
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/source/cli/details.rst b/doc/source/cli/details.rst
index 1348c81..8b01266 100644
--- a/doc/source/cli/details.rst
+++ b/doc/source/cli/details.rst
@@ -23,8 +23,7 @@ glance usage
usage: glance [--version] [-d] [-v] [--get-schema] [-f]
[--os-image-url OS_IMAGE_URL]
[--os-image-api-version OS_IMAGE_API_VERSION]
- [--profile HMAC_KEY] [--key-file OS_KEY] [--ca-file OS_CACERT]
- [--cert-file OS_CERT] [--os-region-name OS_REGION_NAME]
+ [--profile HMAC_KEY] [--os-region-name OS_REGION_NAME]
[--os-auth-token OS_AUTH_TOKEN]
[--os-service-type OS_SERVICE_TYPE]
[--os-endpoint-type OS_ENDPOINT_TYPE] [--insecure]
@@ -101,15 +100,6 @@ glance optional arguments
profiling will not be triggered even if osprofiler is
enabled on server side. Defaults to ``env[OS_PROFILE]``.
-``--key-file OS_KEY``
- **DEPRECATED!** Use --os-key.
-
-``--ca-file OS_CACERT``
- **DEPRECATED!** Use --os-cacert.
-
-``--cert-file OS_CERT``
- **DEPRECATED!** Use --os-cert.
-
``--os-region-name OS_REGION_NAME``
Defaults to ``env[OS_REGION_NAME]``.