Fix the optional argument of cinder api

Change-Id: I10bd6e61eb8b41591df6b9609cf24e11ae37f2dc
Closes-Bug: #1652573
This commit is contained in:
venkatamahesh 2016-12-26 15:40:38 +05:30
parent 4eb63b8ef2
commit 82181f0bf5
1 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ You'll find complete documentation on the shell by running
[--service-name <service-name>] [--service-name <service-name>]
[--volume-service-name <volume-service-name>] [--volume-service-name <volume-service-name>]
[--endpoint-type <endpoint-type>] [--endpoint-type <endpoint-type>]
[--os-volume-api-version <compute-api-ver>] [--os-volume-api-version <volume-api-ver>]
[--os-cacert <ca-certificate>] [--retries <retries>] [--os-cacert <ca-certificate>] [--retries <retries>]
<subcommand> ... <subcommand> ...
@ -163,8 +163,8 @@ You'll find complete documentation on the shell by running
Defaults to env[CINDER_VOLUME_SERVICE_NAME] Defaults to env[CINDER_VOLUME_SERVICE_NAME]
--endpoint-type <endpoint-type> --endpoint-type <endpoint-type>
Defaults to env[CINDER_ENDPOINT_TYPE] or publicURL. Defaults to env[CINDER_ENDPOINT_TYPE] or publicURL.
--os-volume-api-version <compute-api-ver> --os-volume-api-version <volume-api-ver>
Accepts 1,defaults to env[OS_VOLUME_API_VERSION]. Defaults to env[OS_VOLUME_API_VERSION].
--os-cacert <ca-certificate> --os-cacert <ca-certificate>
Specify a CA bundle file to use in verifying a TLS Specify a CA bundle file to use in verifying a TLS
(https) server certificate. Defaults to env[OS_CACERT] (https) server certificate. Defaults to env[OS_CACERT]