neutron/neutron/conf/db
LIU Yulong 50fdc6505f 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.

Closes-Bug: #1609217
Change-Id: I53e20be9b306bf9d3b34ec6a31e3afabd5a0fd6f
(cherry picked from commit 8f057fb49a)
2020-01-21 00:36:48 +00:00
..
__init__.py Refactoring db config options 2017-10-04 15:42:50 -04:00
dvr_mac_db.py Refactoring db config options 2017-10-04 15:42:50 -04:00
extraroute_db.py Refactoring db config options 2017-10-04 15:42:50 -04:00
l3_agentschedulers_db.py Refactoring db config options 2017-10-04 15:42:50 -04:00
l3_dvr_db.py DVR: Ignore DHCP port during DVR host query 2020-01-21 00:36:48 +00:00
l3_gwmode_db.py Refactoring db config options 2017-10-04 15:42:50 -04:00
l3_hamode_db.py Refactoring db config options 2017-10-04 15:42:50 -04:00
migration_cli.py Refactoring db config options 2017-10-04 15:42:50 -04:00