]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix OVS agent reclaims local VLAN
authorÉdouard Thuleau <edouard.thuleau@cloudwatt.com>
Mon, 18 Nov 2013 15:31:25 +0000 (15:31 +0000)
committerÉdouard Thuleau <edouard.thuleau@cloudwatt.com>
Mon, 18 Nov 2013 15:43:11 +0000 (15:43 +0000)
commita5d996e381bd342f0204fcd99e8548cf28b20e92
tree4d700428d630570d2dce5ba53831424d63b1cfa4
parentbc18247313f8153875e98b59ef876b896d9033d5
Fix OVS agent reclaims local VLAN

If a port disappears on an OVS agent, the port is removed of the lvm
vif_ports list. And if it's the last port of the network on this agent,
the network local VLAN is reclaim.

Change-Id: I07e03107eb86a84eeb8e4d06f27a1d2fbd7cea57
Closes-Bug: #1252284
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py