664b968bbe
Adds the needed changes and configurations in order to use the neutron plugin, tap-as-a-service, to create port mirrors using `openstack tap` commands. Implements: configure-taas-plugin Depends-On: https://review.opendev.org/c/openstack/kolla/+/885151 Change-Id: Ia09e1f8b423d43c0466fe2d6605ce383fd813544 Signed-off-by: Juan Pablo Suazo <jsuazo@whitestack.com>
7 lines
219 B
Django/Jinja
7 lines
219 B
Django/Jinja
[service_providers]
|
|
service_provider = TAAS:TAAS:neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver:default
|
|
|
|
[taas]
|
|
driver = neutron_taas.services.taas.drivers.linux.ovs_taas.OvsTaasDriver
|
|
enabled = True
|