neutron/neutron/tests/unit/api
Shih-Hao Li aa00310eef Update network object in DHCP agent with router interface changes
In Dnsmasq, the function get_isolated_subnets() returns a list of
subnets in a network if the subnet is not connected to a router.

The implementation of this function checks all the router interface
ports in a cached network object passed from DHCP agent. But the
cached network object is not updated when a subnet is attached to
or detached from a router.

This patch fixes that by adding callback functions in DHCP RPC client
to notify DHCP agent when changes happen on router interfaces.

Closes-Bug: #1554825
Change-Id: Ifaab163f49e0d1c5cb3eba6efa96214104647e4e
2016-03-12 15:17:23 +00:00
..
rpc Update network object in DHCP agent with router interface changes 2016-03-12 15:17:23 +00:00
v2 Make API framework more flexible for various extensions 2016-03-02 05:39:04 +09:00
__init__.py Send DHCP notifications regardless of agent status 2013-12-19 07:08:19 +00:00
test_api_common.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_extensions.py Add a description field to all standard resources 2016-03-05 02:29:35 +00:00