Replace port 35357 with 5000 for "auth_url"

Based on the change in Keystone Install Guide [1],
this patch replace port 35357 with 5000 for "auth_url".

For more details, please check similar changes which have been done
on other projects: Nova [2], Neutron [3], Cinder [4], Glance [5].

[1] https://review.openstack.org/#/c/541857
[2] https://review.openstack.org/#/c/562812
[3] https://review.openstack.org/#/c/566491
[4] https://review.openstack.org/#/c/565464
[5] https://review.openstack.org/#/c/558932

Change-Id: Ic3e0123401eb304e6c29e284eaec7aefdb248397
This commit is contained in:
huang.zhiping 2018-06-07 23:05:44 +08:00
parent 919bc1aa51
commit 5b1b564d57
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
...