From 02a96b9a7d89b0daea736a04510113dda12f7292 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 10 Aug 2018 18:20:26 +0100 Subject: [PATCH] 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 "", line 8, column 41: ... versions are currently supported: Nitrogen and Oxygen. Change-Id: Ib0962adef6eb75e9dd7b819695f4f93518ff20c4 --- .../notes/neutron-opendaylight-support-453dc9324eafaae7.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/neutron-opendaylight-support-453dc9324eafaae7.yaml b/releasenotes/notes/neutron-opendaylight-support-453dc9324eafaae7.yaml index cfa88bae..2e50052a 100644 --- a/releasenotes/notes/neutron-opendaylight-support-453dc9324eafaae7.yaml +++ b/releasenotes/notes/neutron-opendaylight-support-453dc9324eafaae7.yaml @@ -5,4 +5,4 @@ features: 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. + Two versions are currently supported - Nitrogen and Oxygen.