From 3f08d33ec8128aba4b0f974e2bb8a8487540ce0b Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Mon, 21 May 2018 13:20:20 +0700 Subject: [PATCH] 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 --- templates/congress.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/congress.conf.j2 b/templates/congress.conf.j2 index f82a90c..af2c32c 100644 --- a/templates/congress.conf.j2 +++ b/templates/congress.conf.j2 @@ -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 }}"