Merge "[release] Add docs on Neutron plugins"

This commit is contained in:
Zuul 2021-04-21 13:09:48 +00:00 committed by Gerrit Code Review
commit 8db9b77dd2
2 changed files with 18 additions and 2 deletions

View File

@ -379,6 +379,20 @@ The template now becomes:
Many of the Dockerfiles already copy the ``plugins-archive`` to the image and
install available plugins at build time.
Neutron plugins
^^^^^^^^^^^^^^^
One example of a service with many available plugins is Neutron.
The ``neutron-base`` image Dockerfile has plugins archive copying and
installation enabled already.
In the ``contrib`` directory of Kolla (as available in the repository,
the tarball or the ``share`` directory of the installation target), there
is a ``neutron-plugins`` directory with examples of Neutron plugins
definitions.
Some of these plugins used to be enabled by default but, due to
their release characteristic, have been excluded from the default builds.
Please read the included ``README.rst`` to learn how to apply them.
Additions functionality
-----------------------

View File

@ -1,7 +1,8 @@
---
upgrade:
- |
Three Neutron plugins are no longer provided by default:
Three Neutron plugins are no longer provided by default in source
images:
``networking-ansible``, ``networking-mlnx`` and ``vmware-nsx``.
The main reason is that they lag in synchronising with OpenStack
release process.
@ -9,4 +10,5 @@ upgrade:
directory.
Please read the included ``README.rst`` in case you depend on
them.
Please note they are no longer included in published images.
Please note they are no longer included in published source
images.