summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJosh Kearney <josh@jk0.org>2012-04-12 14:16:31 -0500
committerJosh Kearney <josh@jk0.org>2012-04-13 10:48:05 -0500
commit765f551a267f07e43eb3acb92835ac7e5d6ca31b (patch)
tree39a05063c50f49566ba006f5b81534afe4255ddd /README.rst
parentd6d7386fad20fe3165419b3ab2ee51bd90b46e2c (diff)
downloadpython-novaclient-765f551a267f07e43eb3acb92835ac7e5d6ca31b.tar.gz
Rename NOVA_VERSION to OS_COMPUTE_API_VERSION.
Fixes bug 940432. Change-Id: I18187eb68d936632b4ae78676a0a9f062afba8f2
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 19548048..5cb63967 100644
--- a/README.rst
+++ b/README.rst
@@ -52,7 +52,7 @@ and the version of the API with ``--version``. Or set them as an environment
variables as well::
export OS_AUTH_URL=http://example.com:8774/v1.1/
- export NOVA_VERSION=1.1
+ export OS_COMPUTE_API_VERSION=1.1
If you are using Keystone, you need to set the NOVA_URL to the keystone
endpoint::
@@ -213,7 +213,8 @@ You'll find complete documentation on the shell by running
Defaults to env[NOVA_SERVICE_NAME]
--endpoint_type ENDPOINT_TYPE
Defaults to env[NOVA_ENDPOINT_TYPE] or publicURL.
- --version VERSION Accepts 1.1, defaults to env[NOVA_VERSION].
+ --os_compute_api_version VERSION
+ Accepts 1.1, defaults to env[OS_COMPUTE_API_VERSION].
--username USERNAME Deprecated
--region_name REGION_NAME
Deprecated