]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Arista ML2 driver should ignore non-vlan networks
authorSukhdev Kapur <sukhdev@aristanetworks.com>
Wed, 8 Jul 2015 02:39:15 +0000 (19:39 -0700)
committerSukhdev Kapur <sukhdev@aristanetworks.com>
Fri, 10 Jul 2015 00:36:15 +0000 (17:36 -0700)
commit581438a5b6dde5f161e1c129314a7bcaaae8da20
tree833c6767867fbf3bdcf5668ff122305d41d73d5c
parentf4e0762b4a045d54875f7a9a3d576ae265207416
Arista ML2 driver should ignore non-vlan networks

Arista ML2 Mech driver for VLANs presently does
not filter out non-vlan type networks (e.g vxlan).
This fix will simply ignore the request if a
non-vlan based network request is seen.

Change-Id: I99ec5c5772a9f1f63cf871a98be50bdd2ba5db62
Closes-Bug: 1472458
neutron/plugins/ml2/drivers/arista/mechanism_arista.py
neutron/tests/unit/plugins/ml2/drivers/arista/test_mechanism_arista.py