fix release note formatting

The release notes sections need to be lists of strings. The backticks
(`) starting the string in fix-region-name need to be escaped for
the YAML parser, so mark the list entry as literal text.

Change-Id: Ib245a0098c9fab722c0edeb7a8741ced0c49fddb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann
2017-04-24 11:01:32 -04:00
parent 6c8a32c6de
commit ddbb43a36c

View File

@@ -1,5 +1,6 @@
--- ---
fixes: fixes:
- ``--os-region-name`` or ``OS_REGION_NAME`` is fully supported now and will - |
``--os-region-name`` or ``OS_REGION_NAME`` is fully supported now and will
be passed to Mistral service in order to get OpenStack service client for be passed to Mistral service in order to get OpenStack service client for
the specific region. the specific region.