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: Ic0306aaa1a0c0875a201e0a7a6cd00f9972d10b6
This commit is contained in:
Nguyen Van Duc 2018-07-18 17:06:48 +07:00 committed by Duc Nguyen
parent 072cf9b560
commit e03671bde3
3 changed files with 3 additions and 3 deletions

View File

@ -449,7 +449,7 @@ keystone_authtoken:
auth-url = http://10.223.197.220/identity_admin
auth_admin_prefix =
auth_host = 127.0.0.1
auth_port = 35357
auth_port = 5000
auth_protocol = https
auth_section = None
auth_type = password

View File

@ -117,7 +117,7 @@ service's controller nodes and compute nodes.
auth_type=password
# Keystone API endpoint
auth_url=http://IDENTITY_IP:35357/v3
auth_url=http://IDENTITY_IP:5000/v3
# Ironic keystone project name
project_name=service

View File

@ -54,7 +54,7 @@ Configuring ironic-api service
www_authenticate_uri=http://PUBLIC_IDENTITY_IP:5000
# Complete admin Identity API endpoint. (string value)
auth_url=http://PRIVATE_IDENTITY_IP:35357
auth_url=http://PRIVATE_IDENTITY_IP:5000
# Service username. (string value)
username=ironic