From 66851e2f4e5e03717d4f6f4ab0861b9f633eada0 Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Mon, 25 Feb 2019 19:09:52 +0000 Subject: [PATCH] Change default number of l3 agents from 5 to 3 Currently we don't test the configuration with 5 controllers, change the number of l3 agents per router from 5 to 3. Change-Id: I84bcb196fb78006c02ba0e860cc2e69420081b87 --- global/software/charts/osh/openstack-compute-kit/neutron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/software/charts/osh/openstack-compute-kit/neutron.yaml b/global/software/charts/osh/openstack-compute-kit/neutron.yaml index 68c90bf9a..1b3a0d880 100644 --- a/global/software/charts/osh/openstack-compute-kit/neutron.yaml +++ b/global/software/charts/osh/openstack-compute-kit/neutron.yaml @@ -314,7 +314,7 @@ data: neutron: DEFAULT: l3_ha: True - max_l3_agents_per_router: 5 + max_l3_agents_per_router: 3 l3_ha_network_type: vxlan dhcp_agents_per_network: 2 oslo_messaging_rabbit: