Comment 29 for bug 1110807

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

Reviewed: https://review.openstack.org/23900
Committed: http://github.com/openstack/quantum/commit/5a2ef81430a5c91feffc244382657c23b4db57d1
Submitter: Jenkins
Branch: stable/folsom

commit 5a2ef81430a5c91feffc244382657c23b4db57d1
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