]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Lock tables for update on allocation/deletion
authorAnte Karamatic <ante.karamatic@canonical.com>
Thu, 7 Feb 2013 11:33:49 +0000 (12:33 +0100)
committerGary Kotton <gkotton@redhat.com>
Thu, 7 Mar 2013 18:45:44 +0000 (18:45 +0000)
commitb6722af476eb7b4b54f7b29e626568c3ac1c7ede
tree8a269c0857ca3b24025f2c84a2160df07f79a28e
parent9951582d33f57ed53e0a3ece9f1f81623faba032
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
quantum/db/db_base_plugin_v2.py
quantum/plugins/linuxbridge/db/l2network_db_v2.py
quantum/plugins/openvswitch/ovs_db_v2.py