Skip to content

Commit 5f35e57

Browse files
FelipeAFVjpsuazoWS
authored andcommitted
Adds TAAS Neutron plugin to support OVS port mirrors
Related-Bug: #2022375 Depends-On: I7b48770709bd0fb9ea5072ce6c8673074c39ab2b Change-Id: I8afb1ccddaa527378b7fd833bd51fb9bb9c4c58c Signed-off-by: FelipeAFV <[email protected]>
1 parent 050418a commit 5f35e57

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docker/neutron/neutron-base/Dockerfile.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ ADD plugins-archive /
5858

5959
{% set neutron_base_pip_packages = [
6060
'/neutron',
61-
'oslo-vmware'
61+
'oslo-vmware',
62+
'tap-as-a-service'
6263
] %}
6364

6465
{% set neutron_base_plugins_pip_packages = [
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
3+
features:
4+
- |
5+
Adds the installation of the Neutron plugin `tap-as-a-service` in the
6+
`neutron-base` image as a python package. This allows a user to configure
7+
this plugin and provide Neutron with port mirroring capabilities.

0 commit comments

Comments
 (0)