neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent
YAMAMOTO Takashi 24d0b05f83 Fix _restore_local_vlan_map race
Local vlan mappings provisioned by _restore_local_vlan_map
might not be cleaned up properly if the corresponding ports are
removed before we enter the main loop.

This commit fixes the problem by making _restore_local_vlan_map
just record local vlan IDs and leave the rest of provisioning logic
to the main loop.

Closes-Bug: #1507776
Change-Id: I84ff6684ae3fda7d839c14b1a7382871f45ce610
(cherry picked from commit c69407e676)
2015-10-23 15:56:21 +00:00
..
extension_drivers No network devices on network attached qos policies 2015-09-16 15:11:04 +02:00
openflow Add IPv6 Address Resolution protection 2015-09-15 12:24:10 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
fake_oflib.py OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
ovs_test_base.py OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
test_ovs_neutron_agent.py Fix _restore_local_vlan_map race 2015-10-23 15:56:21 +00:00
test_ovs_tunnel.py ovs agent resync may miss port remove event 2015-09-08 13:24:52 +00:00