Replace OS_AUTH_TYPE with OS_AUTH_SYSTEM in rc

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
This commit is contained in:
John Griffith 2017-06-26 13:28:08 -06:00
parent 6bfcafbfc2
commit 392f4bb092
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
export OS_AUTH_TYPE=noauth
export CINDER_ENDPOINT=http://10.117.36.106:8776/v3
export OS_PROJECT_ID=cinderflex
export OS_USERNAME=kubernetes
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