Add Arista switch support for the Neutron ML2 genericswitch driver

Change-Id: Iecae3bf7d54ba0bfe8fbf68a3deae5f74f0b831b
This commit is contained in:
Bartosz Bezak 2021-07-30 10:18:33 +02:00 committed by Pierre Riteau
parent 769ec55de5
commit 0a55c83465
2 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,7 @@
- kolla-openstack
vars:
switch_type_to_device_type:
arista: netmiko_arista_eos
dellos9: netmiko_dell_force10
dell-powerconnect: netmiko_dell_powerconnect
junos: netmiko_juniper

View File

@ -0,0 +1,4 @@
---
features:
- |
Adds Arista switch support for the Neutron ML2 genericswitch driver.