Replace port 35357 with 5000 for "auth_port"

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

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: I1a515d784d9286051acaa2d5cfac56504c04dbd4
This commit is contained in:
Vu Cong Tuan 2018-05-21 13:20:20 +07:00
parent c0608be5e7
commit 3f08d33ec8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ drivers = congress.datasources.neutronv2_driver.NeutronV2Driver,congress.datasou
[keystone_authtoken]
auth_host = "{{ keystone_admin_user_name }}"
auth_port = 35357
auth_port = 5000
auth_protocol = http
admin_tenant_name = admin
admin_user = "{{ congress_service_project_name }}"