properly escape the release notes text

Escape the list entries as blocks of text so the YAML parser
understands how to process them.

Change-Id: Icd334175270ab1f5f26ea2526fe560165b11559e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-01-25 14:48:41 -05:00 committed by Emilien Macchi
parent 0b7f528b96
commit 123ddf0df4
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
---
fixes:
- Getting the ordered, active, and available nics has been traditionally one
- |
Getting the ordered, active, and available nics has been traditionally one
of the parts of os-net-config that can cause issues due to either user
error or bugs. There are helpful log messages to log what is going on in
the logic, but it's all hidden behind the DEBUG log level. These messages