neutron/neutron/agent
Slawek Kaplonski 1239ac5023 Don't configure dnsmasq entries for "network" ports
Ports with device_owner like:
* floating_ip,
* DHCP,
* some types of router ports, like: HA interface interface,
* distributed ports,
don't need to be configured in the dnsmasq file.
So there is no need to reload dnsmasq every time when such port is
added/updated to the network.

This patch adds skip in such case which should improve load on the
Neutron DHCP agent.

Closes-Bug: #1913269
Change-Id: I63221507713b941c261cdf88781133149da8ab8d
(cherry picked from commit e4bbeee206)
2021-02-23 20:09:29 +00:00
..
common Add process name to AsyncProcess 2021-01-18 14:01:32 +00:00
dhcp Don't configure dnsmasq entries for "network" ports 2021-02-23 20:09:29 +00:00
l2 Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
l3 Fix deletion of rfp interfaces when router is re-enabled 2021-02-22 02:01:10 +00:00
linux Don't configure dnsmasq entries for "network" ports 2021-02-23 20:09:29 +00:00
metadata Merge "[OVN][OVS] Different metadata_workers default based on driver" 2020-09-09 18:40:03 +00:00
ovn [OVN] ovn-metadata-agent: Retry registering Chassis at startup 2021-02-16 15:44:01 +00:00
ovsdb Bump pylint version to support python 3.8 2020-08-06 16:00:30 +02:00
windows Add missing "process_name" argument on Windows 2021-01-18 14:00:29 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extensions_manager.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
dhcp_agent.py Set process name for agents 2020-07-01 12:28:29 +02:00
firewall.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
l3_agent.py Set process name for agents 2020-07-01 12:28:29 +02:00
metadata_agent.py Remove deprecated cache_url 2017-11-10 00:47:19 -05:00
resource_cache.py Ignore first local port update notification 2019-07-04 12:06:11 +00:00
rpc.py ovs agent: signal to plugin if tunnel refresh needed 2020-01-09 14:18:43 +00:00
securitygroups_rpc.py Support Address Group CRUD as extensions 2020-08-12 13:59:31 -05:00