Skip to content

Commit 3ffa439

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Adds TAAS Neutron plugin to support OVS port mirrors"
2 parents 2f83de5 + 5f35e57 commit 3ffa439

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)