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:
parent
6c8a32c6de
commit
ddbb43a36c
@ -1,5 +1,6 @@
|
||||
---
|
||||
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
|
||||
the specific region.
|
||||
|
Loading…
x
Reference in New Issue
Block a user