Adds TAAS Neutron plugin to support OVS port mirrors

Related-Bug: #2022375
Depends-On: I7b48770709bd0fb9ea5072ce6c8673074c39ab2b
Change-Id: I8afb1ccddaa527378b7fd833bd51fb9bb9c4c58c
Signed-off-by: FelipeAFV <ffigueroa@whitestack.com>
This commit is contained in:
FelipeAFV 2023-06-02 12:30:49 -04:00 committed by Juan Pablo Suazo
parent 050418a2d4
commit 5f35e578d8
2 changed files with 9 additions and 1 deletions

View File

@ -58,7 +58,8 @@ ADD plugins-archive /
{% set neutron_base_pip_packages = [
'/neutron',
'oslo-vmware'
'oslo-vmware',
'tap-as-a-service'
] %}
{% set neutron_base_plugins_pip_packages = [

View File

@ -0,0 +1,7 @@
---
features:
- |
Adds the installation of the Neutron plugin `tap-as-a-service` in the
`neutron-base` image as a python package. This allows a user to configure
this plugin and provide Neutron with port mirroring capabilities.