neutron/neutron/plugins/ml2/drivers/arista
Sukhdev Kapur 0a2238e34e Fix tenant-id in Arista ML2 driver to support HA router
When HA router is created, the framework creates a network and does
not specify the tenant-id. This casuse Arista ML2 driver to fail.
This patch sets the tenant-id when it is not passed explicitly by
by the network_create() call from the HA router framework.

Even though original issue was discovered for network_create()
it turns out the same issue applies for port_create() as well
so all the methods are fixed in this patch

Change-Id: Id03e26dac003fa589477ed78a4ed3c44cc2f708d
Closes-Bug: 1468828
2015-06-25 16:18:24 -07:00
..
README Arista L3 Service Plugin decomposition 2015-03-11 17:06:44 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
config.py Fix missing spaces in strings split across lines 2015-03-22 08:33:44 -04:00
db.py Thining Arista ML2 driver from neutron tree 2015-01-29 16:09:37 -08:00
exceptions.py Fix misspellings words in neutron 2015-02-24 10:10:35 -08:00
mechanism_arista.py Fix tenant-id in Arista ML2 driver to support HA router 2015-06-25 16:18:24 -07:00
requirements.txt Arista L3 Service Plugin decomposition 2015-03-11 17:06:44 -07:00

README

Arista Neutron ML2 Mechanism Driver

This mechanism driver implements ML2 Driver API and is used to manage the virtual and physical networks using Arista Hardware.

Note: Initial version of this driver support VLANs only.

For more details on use please refer to:
https://wiki.openstack.org/wiki/Arista-neutron-ml2-driver

The back-end of the driver is now moved to:
https://github.com/stackforge/networking-arista