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
This commit is contained in:
Alexander Ignatov 2016-12-27 16:26:22 +04:00
parent f8cc7ae395
commit 4a3eb57007
1 changed files with 1 additions and 0 deletions

View File

@ -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 %}