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:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user