summaryrefslogtreecommitdiff
path: root/doc/source/cli/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/cli/index.rst')
-rw-r--r--doc/source/cli/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst
index 69bcd14..cdb39af 100644
--- a/doc/source/cli/index.rst
+++ b/doc/source/cli/index.rst
@@ -31,12 +31,12 @@ variables::
export OS_USERNAME=user
export OS_PASSWORD=pass
export OS_TENANT_NAME=myproject
- export OS_AUTH_URL=http://auth.example.com:5000/v2.0
+ export OS_AUTH_URL=http://auth.example.com:5000/v3
You can select an API version to use by `--os-volume-api-version` option or by
setting corresponding environment variable::
- export OS_VOLUME_API_VERSION=2
+ export OS_VOLUME_API_VERSION=3
OPTIONS