neutron/doc/source/admin/config-experimental-framework.rst
Ihar Hrachyshka 25d0273588 Remove linuxbridge driver
It's been experimental for some time. The project struggles with a
matrix of configurations, obsolete docs etc. It's better to remove code
than let it rot. Interested parties are recommended to migrate to a
supported driver (preferrably the default driver for neutron - OVN), or
take over maintenance of the linuxbridge driver out-of-tree.

Change-Id: I2b3a08352fa5935db8ecb9da312b7ea4b4f7e43a
2025-01-20 09:45:43 -05:00

38 lines
1.4 KiB
ReStructuredText

.. _config-experimental-framework:
===============================
Experimental Features Framework
===============================
Some Neutron features are not supported because the community doesn't have
the resources and/or technical expertise to maintain them anymore. As they
arise, the Neutron team designates these features as experimental. Deployers
can continue using these features at their own risk, by explicitly enabling
them in the ``experimental`` section of ``neutron.conf``.
.. note::
Of course, the Neutron core team would love to return experimetal features
to the supported status, if interested parties step up to maintain them. If
you are interested in maintaining any of the experimental features listed
below, please contact the PTL shown in the
`Neutron project page
<https://governance.openstack.org/tc/reference/projects/neutron.html>`_.
The following table shows the Neutron features currently designated as
experimental:
.. table:: **Neutron Experimental features**
========================= ===================================
Feature Option in neutron.conf to enable
========================= ===================================
IPv6 Prefix Delegation ipv6_pd_enabled
========================= ===================================
This is an example of how to enable the use of an experimental feature:
.. code-block:: ini
[experimental]
ipv6_pd_enabled = true