summaryrefslogtreecommitdiff
path: root/doc/source/user/shell.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/shell.rst')
-rw-r--r--doc/source/user/shell.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/shell.rst b/doc/source/user/shell.rst
index 3bd2f1f..0d03b01 100644
--- a/doc/source/user/shell.rst
+++ b/doc/source/user/shell.rst
@@ -37,7 +37,7 @@ For example, in Bash you'd use::
export OS_USERNAME=yourname
export OS_PASSWORD=yadayadayada
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
export OS_VOLUME_API_VERSION=3
From there, all shell commands take the form::