Merge "Replace port 35357 with 5000 for "auth_url""

This commit is contained in:
Zuul 2018-06-07 19:35:21 +00:00 committed by Gerrit Code Review
commit 3360c1b1fa
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ is like the below:
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=KTskN5eUMTpeHLKorRcZBBbH0AM96wdvgQhwENxY
export OS_AUTH_URL=http://localhost:35357/v3
export OS_AUTH_URL=http://localhost:5000/v3
export OS_INTERFACE=internal
export OS_IDENTITY_API_VERSION=3
export OS_REGION_NAME=RegionOne
@ -208,7 +208,7 @@ If you are using keystone v2 then,
username = <APMEC_USER_NAME>
project_name = service
password = <APMEC_SERVICE_USER_PASSWORD>
auth_url = http://<KEYSTONE_IP>:35357
auth_url = http://<KEYSTONE_IP>:5000
auth_uri = http://<KEYSTONE_IP>:5000
...