Files
neutron/doc/source/admin/config-experimental-framework.rst
Brian Haley e63cdd216b Alphabetize some of the admin and contrib docs
Over time docs were added or updated such that they were
no longer in alphabetical order based on the index order
or their title strings. Tried to fix it up a bit along
with some capitalization.

Trivialfix

Change-Id: I948b2a1c86faaffed07adcf0198a3fba72401abe
2023-09-18 13:12:31 -04:00

1.4 KiB

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.

The following table shows the Neutron features currently designated as experimetal:

Neutron Experimental features
Feature Option in neutron.conf to enable

ML2 Linuxbridge driver

linuxbridge

This is an example of how to enable the use of an experimental feature:

[experimental]
linuxbridge = true