392f4bb092
We've removed OS_AUTH_TYPE support in favor of OS_AUTH_SYSTEM as of 2.2.0. This change just updates the example rc file to reflect that. While we're at it we'll also go ahead and update the example entry for the endpoint IP to point to the localhost. Of course this will need to be changed if you're running the client on a different node than the container. Closes-Bug: #1696635 Change-Id: Ia865aab9ec6dd1fac5a74a22a56bc6accc8b60b8
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
export OS_AUTH_SYSTEM=noauth
|
|
export CINDER_ENDPOINT=http://127.0.0.1:8776/v3
|
|
export OS_PROJECT_ID=myproject
|
|
export OS_USERNAME=bubba
|
|
export OS_VOLUME_API_VERSION=3.27
|