]> 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>
Mon, 27 Oct 2014 10:52:02 +0000 (10:52 +0000)
commit6d1f864531d169a54bc239561840176012629316
treedb6d99a542481b0712d866b558bb20f56191a5f0
parent8cd633ad19722c5e215c66e426282108826c9a6b
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
neutron/plugins/vmware/dbexts/db.py
neutron/plugins/vmware/plugins/base.py
neutron/tests/unit/vmware/extensions/test_providernet.py