neutron/neutron/common
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
..
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
_deprecate.py debtcollector for globals 2016-08-30 10:18:19 -04:00
cache_utils.py Remove deprecated cache_url 2017-11-10 00:47:19 -05:00
config.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
constants.py Packets getting lost during SNAT with too many connections 2019-06-04 23:23:43 +00:00
eventlet_utils.py Windows: fix exec calls 2018-06-19 07:12:27 +00:00
exceptions.py Fix neutron-openvswitch-agent Windows support 2018-11-23 17:13:42 +02:00
ipv6_utils.py Allow Ipv6 addresses for nova_metadata_host 2018-10-13 07:16:55 +00:00
profiler.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
rpc.py Merge "Hook bandit security linter to pep8 target" 2017-08-24 06:10:40 +00:00
test_lib.py Revert "Removed test_lib module" 2015-06-29 08:27:41 +00:00
topics.py RPC Callback rolling upgrades reporting, and integration 2016-03-01 11:20:48 +01:00
utils.py DVR: Ignore DHCP port during DVR host query 2020-01-04 08:27:57 +08:00