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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user