This patch moves all of remaining Arista code
from neutron repo to openstack/networking-arista
Change-Id: Ifeb5986a45acebf2e53e4769706d9d2e46b62f50
Closes-Bug: 1479937
Fixes three unit tests which have been broken since the network
type check was added. Adds the network_type field to the network
context dummy object.
Change-Id: I5dbc325fd941fad0d436510361f62a5024034812
Closes-bug: 1475735
It's going to be removed from neutron [1], so we need to be explicit
about it here.
[1]: https://review.openstack.org/#/c/172912/
Change-Id: I4de422da14e382ece49987da498d2d7f424e89b4
Moving neturon dependency from requirements to test_requirements.
This is done in order to support --upgrade for pip install of
networking_arista
Change-Id: I28df74a1270cdafc3c7b2c32f86fba3643045a02
Moving back-end drivers for Arista's L3
Service Plugin from Neutron tree to
networing_arist.
Change-Id: Ie394c31ae317a71f00be7195e15e05dc56df0ad0
Closes-bug: 1428904
Neutron has moved to oslo.log for all logging and
the log module in neutron has been removed.
networking-arista was using the log module which
caused the driver to fail loading.
Change-Id: I433a15d66a6bb7d8e3f4992d31fceedd97169616
A bug in the sync code prevented the Arista ML2 driver from syncing with EOS.
This patch fixes the bug and adds some unit tests to ensure that the sync
behaves as expected.
Change-Id: Ia6b36aeebee065bca492ca05c1711e83bfb51837
Closes-Bug: 1411383
This fix moves all the back-end drivers for of
Arista ML2 driver from Neutron main tree to
networking-arista project.
Change-Id: I030a3aa310205da27929a405ec4619e78824fcc2
Closes-bug: 1412577