Skip to content

Commit a4f6a8f

Browse files
committed
neutron: Remove vmware-nsx and networking-mlx from binary
Those plugins have been already removed from source images, this change removes them from binary. Change-Id: If21a21296489c1f243bb46f2595ff94d999bd686
1 parent edc1453 commit a4f6a8f

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

contrib/neutron-plugins/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ contrib/neutron-plugins directory
33

44
This directory contains example plugin definitions for neutron-base, to
55
be included in the kolla-build.conf (ini file with kolla-build
6-
configuration).
6+
configuration) when using source type builds.
7+
8+
In case of binary builds - please see template_override j2 files.
9+
710
Please read the main Kolla documentation on plugins for details.
811
These should work simply by pasting them into the config file.
912
You may want to adjust the filename to match the branch you are
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{% extends parent_template %}
2+
3+
# Neutron networking-mlnx plugin
4+
{% set neutron_base_packages_append = ['python3-networking-mlnx'] %}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{% extends parent_template %}
2+
3+
# Neutron vmware-nsx plugin
4+
{% set neutron_base_packages_append = ['python3-networking-vmware-nsx'] %}

docker/neutron/neutron-base/Dockerfile.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2222
'openstack-neutron-ml2',
2323
'openvswitch',
2424
'python3-networking-baremetal',
25-
'python3-networking-mlnx',
2625
'python3-networking-sfc',
27-
'python3-networking-vmware-nsx',
2826
'python3-openvswitch',
2927
'python3-oslo-vmware'
3028
] %}
@@ -40,7 +38,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
4038
'neutron-plugin-ml2',
4139
'neutron-server',
4240
'openvswitch-switch',
43-
'python3-networking-mlnx',
4441
'python3-networking-sfc',
4542
'python3-openvswitch',
4643
'python3-oslo.vmware'
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
upgrade:
33
- |
4-
Three Neutron plugins are no longer provided by default in source
4+
Three Neutron plugins are no longer provided by default in
55
images:
66
``networking-ansible``, ``networking-mlnx`` and ``vmware-nsx``.
77
The main reason is that they lag in synchronising with OpenStack
@@ -10,5 +10,4 @@ upgrade:
1010
directory.
1111
Please read the included ``README.rst`` in case you depend on
1212
them.
13-
Please note they are no longer included in published source
14-
images.
13+
Please note they are no longer included in published images.

0 commit comments

Comments
 (0)