openstack-ansible-os_neutron/releasenotes/notes/neutron-opendaylight-support-453dc9324eafaae7.yaml
Manuel Buil a5b370130c Set new parameter in OVS to support ODL Oxygen
ODL oxygen provides a new framework to configure tunnels called autotunnels.
SFC requires tunnels to be flow-based and to arrange that in the autotunnel
framework, the OVS internal parameter of-tunnel must be set to true.

That parameter is not read in previous ODL versions. Therefore, this patch
does not break backwards compatibility.

Change-Id: Iec6a741d1e1081da547fe6fc0a67dd723e714d60
Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-04-04 12:13:09 +02:00

9 lines
323 B
YAML

---
features:
- The ``OpenDaylight SDN Controller`` can be deployed as
a neutron ML2 backend.
You can set the ``neutron_plugin_type`` to
``ml2.opendaylight`` to utilize this code path.
The usage of ``OpenDaylight`` is currently experimental.
Two versions are currently supported: Nitrogen and Oxygen.