summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Buccella <buccella@linux.vnet.ibm.com>2013-11-13 12:51:01 +0000
committerChris Buccella <buccella@linux.vnet.ibm.com>2013-11-13 12:57:11 +0000
commitb8ab45f390e85fd4e1c096425c9336b003108611 (patch)
treef36fd8ffb462e843fb5f563917e4017b6487b0de /README.rst
parent3978172012a601e3a623066fd724f5a6dd9e1caf (diff)
downloadpython-novaclient-b8ab45f390e85fd4e1c096425c9336b003108611.tar.gz
Discrepancy between README.rst and nova help
1) --version in README should be --os-compute-api-version 2) NOVA_URL should be OS_AUTH_URL Change-Id: Ib8989e6923e2073bcc31d2a17d346eb436effdc8 Closes-Bug: 1250842
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 1dbcc004..30131e1c 100644
--- a/README.rst
+++ b/README.rst
@@ -42,13 +42,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-compute-api-version``. Or set them as
+an environment variables as well::
export OS_AUTH_URL=http://example.com:8774/v1.1/
export OS_COMPUTE_API_VERSION=1.1
-If you are using Keystone, you need to set the NOVA_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/