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
This commit is contained in:
PranaliD
2017-05-02 16:05:42 +05:30
parent 3d1ad74ff0
commit 28c003dc11
5 changed files with 1 additions and 118 deletions
+1 -6
View File
@@ -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.