neutron/neutron/tests/unit/agent
Daniel Alvarez 4faac33168 Spawn/stop metadata proxies upon adding/deleting router interfaces
When a network becomes isolated and isolated_metadata_enabled=True, the DHCP
agent won't spawn the required metadata proxy instance unless the agent gets
restarted. Similarly, it won't stop them when the network is no longer
isolated.

This patch fixes it by updating the isolated metadata proxy on port_update_end
and port_delete_end methods which are invoked every time a router interface
port is added, updated or deleted.

Change-Id: I5c197a5755135357c6465dfe4803019a2ad52c14
Closes-Bug: #1753540
Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>
(cherry picked from 9362d4f1f2)
(cherry picked from commit b07aa19deb)
2018-03-28 22:24:30 +00:00
..
common [Qos] Fix residues of ovs in ingress bw limit 2017-12-06 15:37:43 +08:00
dhcp Spawn/stop metadata proxies upon adding/deleting router interfaces 2018-03-28 22:24:30 +00:00
l2 Extend QoS L2 drivers interface to handle ingress rule types 2017-06-05 16:58:00 +00:00
l3 Add missing iptable rule in snat ns for centralized fips. 2018-01-12 22:06:38 +00:00
linux Fix _port_arg for security rules with icmp/ipv6-icmp aliases 2018-01-19 15:10:34 +00:00
metadata Merge "Add log-tag to haproxy config file" into stable/pike 2018-01-27 22:35:56 +00:00
ovsdb Update to support the ovdsbapp 0.4.0 API 2017-05-17 19:58:34 +00:00
windows Add IPLink class to Windows ip_lib implementation 2017-01-17 17:39:38 +00: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 Merge "Check if record is stale after bulk pull" 2017-07-31 22:56:48 +00:00
test_rpc.py Use flake8-import-order plugin 2017-07-05 03:15:27 +00:00
test_securitygroups_rpc.py iptables: don't log lock error if we haven't passed -w 2017-10-23 18:42:47 +00:00