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: Iee308471a86c2d4ca5717bcb4dddfe61f1230380
This commit is contained in:
Vu Cong Tuan
2018-05-21 13:09:12 +07:00
parent 3dfb6c6efe
commit bdd9c6f3e7

View File

@@ -88,7 +88,7 @@
# The www_authenticate_uri is the public endpoint and is returned in headers on a 401
# www_authenticate_uri = https://localhost:5000/v3
# The auth_url is the admin endpoint actually used for validating tokens
# auth_url = https://localhost:35357/v3
# auth_url = https://localhost:5000/v3
# username = octavia
# password = password
# project_name = service