neutron/neutron/conf
LIU Yulong cac0e385ee DVR: Ignore DHCP port during DVR host query
For large scale deployment, the dvr router will be installed to
the scheduled DHCP host. This will definitely increase the l3
agent service pressure, especially in large number of concurrent
updates, creation, or agent restart.

This patch adds a config ``host_dvr_for_dhcp`` for the DHCP port
device_owner filter during DVR host query. Then if we set
``host_dvr_for_dhcp = False``, L3-agent will not host the DVR router
namespace in its connected networks' DHCP agent hosts.

Conflicts:
	neutron/db/dvr_mac_db.py

Closes-Bug: #1609217
Change-Id: I53e20be9b306bf9d3b34ec6a31e3afabd5a0fd6f
(cherry picked from commit 8f057fb49a)
2020-01-04 08:27:57 +08:00
..
agent Add custom ethertype processing 2019-07-01 11:01:56 +00:00
db DVR: Ignore DHCP port during DVR host query 2020-01-04 08:27:57 +08:00
extensions Refactoring config options for extension opts 2016-08-05 20:36:08 +00:00
plugins Make OVS controller inactivity_probe configurable 2019-06-04 13:35:00 +00:00
services [log]: implement logging agent extension 2017-10-11 16:04:14 +07:00
__init__.py Refactoring config options for quota 2016-05-11 09:15:38 -05:00
common.py Drop the web_framework option 2017-09-13 15:11:38 -07:00
quota.py Bump default quotas for ports, subnets, and networks 2017-03-21 18:35:28 +00:00
service.py Refactoring config options for service 2016-05-14 21:44:18 -05:00
wsgi.py Refactoring config options for wsgi opts 2016-08-03 19:49:58 +00:00