Comment 5 for bug 1507776

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

Reviewed: https://review.openstack.org/238986
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=24d0b05f83861826e61d941611591703ca321b1e
Submitter: Jenkins
Branch: stable/liberty

commit 24d0b05f83861826e61d941611591703ca321b1e
Author: YAMAMOTO Takashi <email address hidden>
Date: Wed Oct 21 13:54:06 2015 +0900

    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 c69407e676c483820f5c505d8d6d7923b0461819)