]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: allow multiple networks with same vlan on different phy_net
authorAaron Rosen <aaronorosen@gmail.com>
Mon, 8 Sep 2014 23:07:15 +0000 (16:07 -0700)
committerAaron Rosen <aaronorosen@gmail.com>
Tue, 28 Oct 2014 21:40:14 +0000 (14:40 -0700)
commite51d6474d44042459f485886ffcc14ed24b3967f
tree6e6b5a788458ca7651746db30d5e80e1bd8c4c65
parent830142e6923ff5fa8303afc22b0b61c39a374fe8
NSX: allow multiple networks with same vlan on different phy_net

Previously, the NSX plugin prevented one from creating multiple networks on
the same vlan even if they were being created on different physical_networks.
This patch corrects this issue and allows this to now occur.

Closes-bug: 1367034

Change-Id: I343449648304328dffdd5ba070491e05686ee22d
(cherry picked from commit 6d1f864531d169a54bc239561840176012629316)
neutron/plugins/vmware/dbexts/db.py
neutron/plugins/vmware/plugins/base.py
neutron/tests/unit/vmware/extensions/test_providernet.py