Browse Source
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: I63221507713b941c261cdf88781133149da8ab8dchanges/92/772492/8
4 changed files with 46 additions and 0 deletions
@ -0,0 +1,6 @@
|
||||
--- |
||||
other: |
||||
- | |
||||
To improve performance of the DHCP agent, it will no longer configure the DHCP server |
||||
for every port type created in Neutron. For example, for floating IP or router HA |
||||
interfaces there is no need since a client will not make a DHCP request for them |
Loading…
Reference in new issue