summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPranaliD <pdeore@redhat.com>2017-05-02 16:05:42 +0530
committerPranaliD <pdeore@redhat.com>2017-07-25 18:51:38 +0530
commit28c003dc1179ddb3124fd30c6f525dd341ae9213 (patch)
tree275a91ddc2b0f1b88aa335dea7a8b7b5f15df3d2 /doc
parent3d1ad74ff0434f744f9696891bd087c8d049a439 (diff)
downloadpython-glanceclient-28c003dc1179ddb3124fd30c6f525dd341ae9213.tar.gz
Removed the --no-ssl-compression parameter which is deprecated
--no-ssl-compression is deprecated and no longer used. So, it is removed from the help message. Change-Id: I2b886671a568ed191ee380cf16335ccd9ae85062 Closes-Bug: #1583919
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/details.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/source/cli/details.rst b/doc/source/cli/details.rst
index cb08755..400c1ed 100644
--- a/doc/source/cli/details.rst
+++ b/doc/source/cli/details.rst
@@ -20,7 +20,7 @@ glance usage
.. code-block:: console
- usage: glance [--version] [-d] [-v] [--get-schema] [--no-ssl-compression] [-f]
+ 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]
@@ -64,11 +64,6 @@ glance optional arguments
that generates portions of the help text. Ignored with
API version 1.
-``--no-ssl-compression``
- **DEPRECATED!** This option is deprecated and not used
- anymore. SSL compression should be disabled by default
- by the system SSL library.
-
``-f, --force``
Prevent select actions from requesting user
confirmation.