Comment 2 for bug 1252284

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/56962
Committed: http://github.com/openstack/neutron/commit/a5d996e381bd342f0204fcd99e8548cf28b20e92
Submitter: Jenkins
Branch: master

commit a5d996e381bd342f0204fcd99e8548cf28b20e92
Author: Édouard Thuleau <email address hidden>
Date: Mon Nov 18 15:31:25 2013 +0000

    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