Files
tap-as-a-service/devstack
elajkat 30d76ff2ea bandit: add bandit and bashate checks for tox
Change-Id: I01e312845c6ffb4e130ec1d0882b27aeec664a0f
2025-06-11 09:58:52 +02:00
..

DevStack external plugin

A local.conf recipe to enable tap-as-a-service:

[[local|localrc]]
enable_plugin tap-as-a-service https://opendev.org/openstack/tap-as-a-service
enable_service taas

To enable mirroring via GRE or ERSPAN tunnels:

[[local|localrc]]
enable_plugin tap-as-a-service https://opendev.org/openstack/tap-as-a-service
enable_service taas
enable_service tap_mirror

To enable the mirroring with OVS driver:

TAAS_SERVICE_DRIVER=TAAS:TAAS:neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver:default

To enable mirroring with OVN driver:

TAAS_SERVICE_DRIVER=TAAS:TAAS:neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver:default