Merge "Adds TAAS Neutron plugin to support OVS port mirrors"

This commit is contained in:
Zuul 2023-10-20 12:10:23 +00:00 committed by Gerrit Code Review
commit 3ffa439fa3
2 changed files with 9 additions and 1 deletions

View File

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