summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorvenkatamahesh <Venkata.Kotha@infinite.com>2016-12-26 15:40:38 +0530
committervenkatamahesh <Venkata.Kotha@infinite.com>2017-01-05 07:18:10 +0000
commit82181f0bf5c6abe57aedfd54d9a28e2a41ccd37a (patch)
tree8cabe4b126c3278e0c0945218d85849f8de72cb1 /README.rst
parent4eb63b8ef278de2e82e3b4957b95ba6fd9032e4f (diff)
downloadpython-cinderclient-82181f0bf5c6abe57aedfd54d9a28e2a41ccd37a.tar.gz
Fix the optional argument of cinder api
Change-Id: I10bd6e61eb8b41591df6b9609cf24e11ae37f2dc Closes-Bug: #1652573
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index c9bdcb8..e387b20 100644
--- a/README.rst
+++ b/README.rst
@@ -103,7 +103,7 @@ You'll find complete documentation on the shell by running
[--service-name <service-name>]
[--volume-service-name <volume-service-name>]
[--endpoint-type <endpoint-type>]
- [--os-volume-api-version <compute-api-ver>]
+ [--os-volume-api-version <volume-api-ver>]
[--os-cacert <ca-certificate>] [--retries <retries>]
<subcommand> ...
@@ -163,8 +163,8 @@ You'll find complete documentation on the shell by running
Defaults to env[CINDER_VOLUME_SERVICE_NAME]
--endpoint-type <endpoint-type>
Defaults to env[CINDER_ENDPOINT_TYPE] or publicURL.
- --os-volume-api-version <compute-api-ver>
- Accepts 1,defaults to env[OS_VOLUME_API_VERSION].
+ --os-volume-api-version <volume-api-ver>
+ Defaults to env[OS_VOLUME_API_VERSION].
--os-cacert <ca-certificate>
Specify a CA bundle file to use in verifying a TLS
(https) server certificate. Defaults to env[OS_CACERT]