From 4a3eb57007100228818e46291d368f7c7616cb9a Mon Sep 17 00:00:00 2001 From: Alexander Ignatov Date: Tue, 27 Dec 2016 16:26:22 +0400 Subject: [PATCH] Enable multiple Neutron DHCP agents - enable multiple DHCP agents by default - use 2 agents per network as the optimal value for HA/performance balance Change-Id: I254f6aef8d485e3707ad37b34fc16efd134dad6d --- service/files/neutron.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/service/files/neutron.conf.j2 b/service/files/neutron.conf.j2 index 2136ece..7b2c84c 100644 --- a/service/files/neutron.conf.j2 +++ b/service/files/neutron.conf.j2 @@ -20,6 +20,7 @@ interface_driver = neutron.agent.linux.interface.BridgeInterfaceDriver {% endif %} allow_overlapping_ips = true +dhcp_agents_per_network = 2 core_plugin = {{ neutron.core_plugin }} service_plugins = router{% if neutron.enable_lbaas %},neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2{% endif %}{% if neutron.enable_qos %},qos{% endif %}