From 82181f0bf5c6abe57aedfd54d9a28e2a41ccd37a Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Mon, 26 Dec 2016 15:40:38 +0530 Subject: [PATCH] Fix the optional argument of cinder api Change-Id: I10bd6e61eb8b41591df6b9609cf24e11ae37f2dc Closes-Bug: #1652573 --- README.rst | 6 +++--- 1 file 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 ] [--volume-service-name ] [--endpoint-type ] - [--os-volume-api-version ] + [--os-volume-api-version ] [--os-cacert ] [--retries ] ... @@ -163,8 +163,8 @@ You'll find complete documentation on the shell by running Defaults to env[CINDER_VOLUME_SERVICE_NAME] --endpoint-type Defaults to env[CINDER_ENDPOINT_TYPE] or publicURL. - --os-volume-api-version - Accepts 1,defaults to env[OS_VOLUME_API_VERSION]. + --os-volume-api-version + Defaults to env[OS_VOLUME_API_VERSION]. --os-cacert Specify a CA bundle file to use in verifying a TLS (https) server certificate. Defaults to env[OS_CACERT]