[neutron.db.alembic_migrations]
networking-arista = networking_arista.db.migration:alembic_migrations

[neutron.ml2.mechanism_drivers]
arista = networking_arista.ml2.mechanism_arista:AristaDriver
arista_ha_scale_sim = networking_arista.tests.unit.ml2.mechanism_ha_simulator:AristaHAScaleSimulationDriver
arista_ha_sim = networking_arista.tests.unit.ml2.mechanism_ha_simulator:AristaHASimulationDriver
arista_ml2 = networking_arista.ml2.mechanism_arista:AristaDriver
arista_test_fabric = networking_arista.tests.unit.ml2.mechanism_fabric:TestFabricDriver

[neutron.ml2.type_drivers]
arista_vlan = networking_arista.ml2.type_drivers.type_arista_vlan:AristaVlanTypeDriver

[neutron.service_plugins]
arista_l3 = networking_arista.l3Plugin.l3_arista:AristaL3ServicePlugin
arista_security_group = networking_arista.ml2.security_groups.arista_security_groups:AristaSecurityGroupHandler

[oslo.config.opts]
networking_arista = networking_arista.common.config:list_opts

