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:
parent
050418a2d4
commit
5f35e578d8
@ -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