Merge "update the value of OS_AUTH_URL and OS_VOLUME_API_VERSION"
This commit is contained in:
@@ -31,12 +31,12 @@ variables::
|
|||||||
export OS_USERNAME=user
|
export OS_USERNAME=user
|
||||||
export OS_PASSWORD=pass
|
export OS_PASSWORD=pass
|
||||||
export OS_TENANT_NAME=myproject
|
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
|
You can select an API version to use by `--os-volume-api-version` option or by
|
||||||
setting corresponding environment variable::
|
setting corresponding environment variable::
|
||||||
|
|
||||||
export OS_VOLUME_API_VERSION=2
|
export OS_VOLUME_API_VERSION=3
|
||||||
|
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
|
@@ -31,12 +31,12 @@ variables::
|
|||||||
export OS_USERNAME=user
|
export OS_USERNAME=user
|
||||||
export OS_PASSWORD=pass
|
export OS_PASSWORD=pass
|
||||||
export OS_TENANT_NAME=myproject
|
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`
|
You can select an API version to use by `--os-volume-api-version`
|
||||||
option or by setting corresponding environment variable::
|
option or by setting corresponding environment variable::
|
||||||
|
|
||||||
export OS_VOLUME_API_VERSION=2
|
export OS_VOLUME_API_VERSION=3
|
||||||
|
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
|
@@ -37,7 +37,7 @@ For example, in Bash you'd use::
|
|||||||
export OS_USERNAME=yourname
|
export OS_USERNAME=yourname
|
||||||
export OS_PASSWORD=yadayadayada
|
export OS_PASSWORD=yadayadayada
|
||||||
export OS_TENANT_NAME=myproject
|
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
|
export OS_VOLUME_API_VERSION=3
|
||||||
|
|
||||||
From there, all shell commands take the form::
|
From there, all shell commands take the form::
|
||||||
|
Reference in New Issue
Block a user