openstack-ansible-os_neutron/releasenotes/notes/neutron-opendaylight-support-453dc9324eafaae7.yaml
Jesse Pretorius 02a96b9a7d Fix releasenote for opendaylight support
The use of ':' is revered by reno for a special reason.
This is causing the following error:

Exception occurred:
   File "/home/zuul/.venv/local/lib/python2.7/site-packages/yaml/scanner.py", line 576, in fetch_value
     self.get_mark())
 ScannerError: mapping values are not allowed here
   in "<string>", line 8, column 41:
      ... versions are currently supported: Nitrogen and Oxygen.

Change-Id: Ib0962adef6eb75e9dd7b819695f4f93518ff20c4
2018-08-10 18:20:26 +01:00

9 lines
324 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.