Comment 27 for bug 1110807

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

Reviewed: https://review.openstack.org/21424
Committed: http://github.com/openstack/quantum/commit/b6722af476eb7b4b54f7b29e626568c3ac1c7ede
Submitter: Jenkins
Branch: master

commit b6722af476eb7b4b54f7b29e626568c3ac1c7ede
Author: Ante Karamatic <email address hidden>
Date: Thu Feb 7 12:33:49 2013 +0100

    Lock tables for update on allocation/deletion

    Allocating, creating and deleting port might happen
    in parallel and we need to make sure we don't
    assign same IP to multiple different requests.

    Added treatment for vlan tags and tunnel ID's

    Fixes: bug #1110807

    Change-Id: Idbb04d3ce6eacd308b05536f1942a35a0792199e