Replace port 35357 with 5000 for "identity_uri"

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

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: If13444d4ea4e864d58c2f8a775468319b3f422ad
This commit is contained in:
Vu Cong Tuan 2018-05-21 13:17:20 +07:00
parent 0287cf1e94
commit 7eab60e6f3
1 changed files with 2 additions and 2 deletions

View File

@ -449,14 +449,14 @@ password = {{ zaqar_service_user_password }}
# Port of the admin Identity API endpoint. Deprecated, use
# identity_uri. (integer value)
#auth_port = 35357
#auth_port = 5000
# Protocol of the admin Identity API endpoint (http or https).
# Deprecated, use identity_uri. (string value)
#auth_protocol = https
# Complete admin Identity API endpoint. This should specify the
# unversioned root endpoint e.g. https://localhost:35357/ (string
# unversioned root endpoint e.g. https://localhost:5000/ (string
# value)
#identity_uri = <None>