diff options
| author | unknown <liuyamin@fiberhome.com> | 2018-05-21 10:17:09 +0800 |
|---|---|---|
| committer | unknown <liuyamin@fiberhome.com> | 2018-05-21 10:24:35 +0800 |
| commit | 4a9e9208ad7262e4e7a0eb1d37281dc5f5d8f7de (patch) | |
| tree | d4273f3c7bf354bc8b57a6fe3d3d8ca6e7aba2c1 /doc/source | |
| parent | 3f6aa2a64835c9984b744d9f9f9127fabb9cdd59 (diff) | |
| download | python-cinderclient-4a9e9208ad7262e4e7a0eb1d37281dc5f5d8f7de.tar.gz | |
update the value of OS_AUTH_URL and OS_VOLUME_API_VERSION
In the file doc/source/cli/index.rst, doc/source/user/cinder.rst,
doc/source/user/shell.rst, update OS_AUTH_URL and OS_VOLUME_API_VERSION.
Change-Id: I543bb2fedf3a1326bf1a46804f0d026ad8e21680
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/cli/index.rst | 4 | ||||
| -rw-r--r-- | doc/source/user/cinder.rst | 4 | ||||
| -rw-r--r-- | doc/source/user/shell.rst | 2 |
3 files changed, 5 insertions, 5 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 diff --git a/doc/source/user/cinder.rst b/doc/source/user/cinder.rst index cad6611..ceebbba 100644 --- a/doc/source/user/cinder.rst +++ b/doc/source/user/cinder.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 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:: |
