Fix keystone document

Change-Id: Ic4a1ac1279acd229ca2d1f104bfff1a3c6f81dd2
Closes-Bug: #1811771
This commit is contained in:
Vishakha Agarwal 2019-07-09 14:21:33 +05:30
parent 19cd84b840
commit e9ee189b43
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ scripts to load appropriate credentials for client operations.
export OS_USER_DOMAIN_NAME=Default
export OS_PROJECT_NAME=myproject
export OS_USERNAME=myuser
export OS_PASSWORD=MYUSER_PASS
export OS_PASSWORD=DEMO_PASS
export OS_AUTH_URL=http://controller:5000/v3
export OS_IDENTITY_API_VERSION=3
export OS_IMAGE_API_VERSION=2