summaryrefslogtreecommitdiff
path: root/doc/source/user/no_auth.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/no_auth.rst')
-rw-r--r--doc/source/user/no_auth.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/user/no_auth.rst b/doc/source/user/no_auth.rst
index 71a65e9..597b69a 100644
--- a/doc/source/user/no_auth.rst
+++ b/doc/source/user/no_auth.rst
@@ -16,7 +16,7 @@ Using cinderclient
To use the cinderclient you'll need to set the following env variables::
OS_AUTH_TYPE=noauth
- CINDERCLIENT_BYPASS_URL=http://<cinder-api-url>:8776/v3
+ CINDER_ENDPOINT=http://<cinder-api-url>:8776/v3
OS_PROJECT_ID=foo
OS_VOLUME_API_VERSION=3.10
@@ -27,6 +27,6 @@ point, it's noauth.
Each of these options can also be specified on the cmd line::
cinder --os-auth-type=noauth \
- --bypass-url=http://<cinder-api-url>:8776/v3 \
+ --os-endpoint=http://<cinder-api-url>:8776/v3 \
--os-project-id=admin \
--os-volume-api-version=3.10 list