Merge "Adds TAAS Neutron plugin to support OVS port mirrors"
This commit is contained in:
commit
3ffa439fa3
@ -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 = [
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user