c08e11097a
Since Rocky, sfc and flow_classifier can be used instead of -networking_sfc.services.sfc.plugin.SfcPlugin -networking_sfc.services.sfc.plugin.FlowClassifierPlugin which looks better Change-Id: Ie94db64abf6cba1ba76c3c3e9b614b8b0be38d0b Signed-off-by: Manuel Buil <mbuil@suse.com>
30 lines
756 B
YAML
30 lines
756 B
YAML
---
|
|
features:
|
|
- |
|
|
The Neutron Service Function Chaining Extension (SFC) can optionally be deployed and
|
|
configured by defining the following service plugins:
|
|
|
|
* ``flow_classifier``
|
|
* ``sfc``
|
|
|
|
.. code-block:: yaml
|
|
|
|
neutron_plugin_base:
|
|
- router
|
|
- metering
|
|
- flow_classifier
|
|
- sfc
|
|
|
|
For more information about SFC in Neutron, refer to the following:
|
|
|
|
* `Service Function Chaining Extension for OpenStack Networking
|
|
<https://docs.openstack.org/networking-sfc/latest/>`_
|
|
|
|
upgrade:
|
|
- |
|
|
The plugin names for the classifier and sfc changed:
|
|
|
|
* networking_sfc.services.flowclassifier.plugin.FlowClassifierPlugin => flow_classifier
|
|
|
|
* networking_sfc.services.sfc.plugin.SfcPlugin => sfc
|