]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
In Arista ML2 driver Reconfigure VLAN on VM migration
authorShashank Hegde <shashank@arista.com>
Fri, 3 Jul 2015 01:16:56 +0000 (18:16 -0700)
committerSukhdev Kapur <sukhdev@aristanetworks.com>
Wed, 8 Jul 2015 17:36:34 +0000 (17:36 +0000)
commite0abd3f1039f57cc825a844a33e8341534377d31
treecf8eefa32fcdf7b7adbd3f8175270011222cf56d
parenta97bf32768908a044e70b1494a279520e507dddc
In Arista ML2 driver Reconfigure VLAN on VM migration

Whenever a VM moves from one compute node to the other, the VLAN on the old
switch interface was not removed and the VLAN was not being provisioned on the
new switch interface. With this patch, the VLANs are provisioned correctly.

Closes-Bug: #1471050
Change-Id: I658ef87ffd82119f41beda9ba019e29a62dc96ff
neutron/plugins/ml2/drivers/arista/mechanism_arista.py
neutron/tests/unit/plugins/ml2/drivers/arista/test_mechanism_arista.py