summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Buccella <buccella@linux.vnet.ibm.com>2013-11-14 18:50:30 +0000
committerAvishay Traeger <avishay@il.ibm.com>2013-12-15 10:25:26 +0200
commit97f293fea22820e5b2cc1aa3b6ccec76a32ab4fc (patch)
treec36759afc7136bed8ce8c15452d2aaf6ebb7a4d2 /README.rst
parentb6f9364f54bec2bf096fa9c79095212aa46142cb (diff)
downloadpython-cinderclient-97f293fea22820e5b2cc1aa3b6ccec76a32ab4fc.tar.gz
Discrepancy between README.rst and cinder help
1) --version in README should be --os-volume-api-version 2) CINDER_URL should be OS_AUTH_URL Change-Id: I409634f3025463f2ae9419ddd0d99fa50554a04d Closes-Bug: 1251385
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 1e86f26..44ea43e 100644
--- a/README.rst
+++ b/README.rst
@@ -44,13 +44,13 @@ params, but it's easier to just set them as environment variables::
export OS_TENANT_NAME=myproject
You will also need to define the authentication url with ``--os-auth-url``
-and the version of the API with ``--version``. Or set them as an environment
-variables as well::
+and the version of the API with ``--os-volume-api-version``. Or set them as
+environment variables as well::
export OS_AUTH_URL=http://example.com:8774/v1.1/
export OS_VOLUME_API_VERSION=1
-If you are using Keystone, you need to set the CINDER_URL to the keystone
+If you are using Keystone, you need to set the OS_AUTH_URL to the keystone
endpoint::
export OS_AUTH_URL=http://example.com:5000/v2.0/