summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-02-19 04:32:26 -0800
committerBrian Waldon <bcwaldon@gmail.com>2012-02-21 15:39:54 -0800
commitc4093ec56edb7d14afc7e55d558e1b4796a975ee (patch)
tree4a0d943f6225aa28f0a07b2b46c211f2dbdc5db0 /README.rst
parentf4297ce10d9fde2f87e3ae45591944d6da2f0a4c (diff)
downloadpython-keystoneclient-c4093ec56edb7d14afc7e55d558e1b4796a975ee.tar.gz
Move --version to --identity_api_version
* Default to OS_IDENTITY_API_VERSION before KEYSTONE_VERSION * Copy in 'env' function from python-novaclient hat supports multiple env var names * Fixes bug 936162 Change-Id: I3b4013408465ea45788517cb31afb7fc652e6e95
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 e47c657..9f26cf9 100644
--- a/README.rst
+++ b/README.rst
@@ -82,8 +82,9 @@ You'll find complete documentation on the shell by running
--password PASSWORD Defaults to env[OS_PASSWORD].
--tenant_name TENANT_NAME Defaults to env[OS_TENANT_NAME].
--tenant_id TENANT_ID Defaults to env[OS_TENANT_ID].
- --url AUTH_URL Defaults to env[OS_AUTH_URL] or
- --version VERSION Defaults to env[KEYSTONE_VERSION] or 2.0.
+ --url AUTH_URL Defaults to env[OS_AUTH_URL].
+ --identity_api_version IDENTITY_API_VERSION
+ Defaults to env[OS_IDENTITY_API_VERSION] or 2.0.
--region_name NAME The region name in the Keystone Service
Catalog to use after authentication.
Defaults to env[KEYSTONE_REGION_NAME] or the