neutron/neutron/tests/unit/agent
Yang JianFeng cc7e3e92fe Fix the bug about DHCP port whose network has multiple subnets.
When a subnet's enable_dhcp attribute is updated, we must restart
dhcp device. So,when we decide whether 'restart' or
'reload_allocations' in refresh_dhcp_helper function we only compare
the cidr of subnets which enabled dhcp.

The previous logic only calls 'restart' when deleting or adding a
subnet. This may cause the dhcp port not updated when the subnet's
enable_dhcp is updated to True.

Change-Id: Ic547946ac786c5fab82b4ee7078bf86483f51eb5
Closes-Bug: #1805824
(cherry picked from commit 9aa7af8221)
2018-12-15 07:50:34 +00:00
..
common [Qos] Fix residues of ovs in ingress bw limit 2017-12-06 15:37:43 +08:00
dhcp Fix the bug about DHCP port whose network has multiple subnets. 2018-12-15 07:50:34 +00:00
l2 Reduce qos rpc times on the ovs-agent side 2018-08-29 21:52:51 +00:00
l3 Merge "DVR: Centralized FloatingIPs are not cleared after migration." into stable/pike 2018-11-21 02:00:06 +00:00
linux Merge "Use system protocol assigments for iptables protocol map" into stable/pike 2018-11-08 04:20:00 +00:00
metadata Add iptables metadata marking rule on router init 2018-08-31 20:39:41 +00:00
ovsdb Update to support the ovdsbapp 0.4.0 API 2017-05-17 19:58:34 +00:00
windows Fix pep8 errors 2018-04-17 10:39:04 -04:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
test_resource_cache.py Fix race condition with enabling SG on many ports at once 2018-06-20 18:16:07 +00:00
test_rpc.py Use flake8-import-order plugin 2017-07-05 03:15:27 +00:00
test_securitygroups_rpc.py Merge "Iptables firewall driver adds forward rules for trusted ports" into stable/pike 2018-07-06 02:31:21 +00:00