From 2194bc2b5fa087d72ac6f4d747df19caefdf6f2b Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Fri, 16 Aug 2019 15:17:14 +0200
Subject: [PATCH] Fix formatting of lists of commands in release notes

Without markup to generate a list, multiple commands are rendered on the
same line.

Change-Id: Ibc6d55c653a3d3f6523af42e7960cfc649989c9d
---
 .../notes/host-package-update-c5bddba791754646.yaml         | 4 ++--
 releasenotes/notes/host-run-command-eb98cb077d546551.yaml   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/releasenotes/notes/host-package-update-c5bddba791754646.yaml b/releasenotes/notes/host-package-update-c5bddba791754646.yaml
index fc1510ea3..187dc89a2 100644
--- a/releasenotes/notes/host-package-update-c5bddba791754646.yaml
+++ b/releasenotes/notes/host-package-update-c5bddba791754646.yaml
@@ -3,5 +3,5 @@ features:
   - |
     Add commands to update packages on seed and overcloud hosts:
 
-    ``kayobe seed host package update --packages <packages>``
-    ``kayobe overcloud host package update --packages <packages>``
+    * ``kayobe seed host package update --packages <packages>``
+    * ``kayobe overcloud host package update --packages <packages>``
diff --git a/releasenotes/notes/host-run-command-eb98cb077d546551.yaml b/releasenotes/notes/host-run-command-eb98cb077d546551.yaml
index 8771e6829..be9492597 100644
--- a/releasenotes/notes/host-run-command-eb98cb077d546551.yaml
+++ b/releasenotes/notes/host-run-command-eb98cb077d546551.yaml
@@ -3,6 +3,6 @@ features:
   - |
     Add commands to run commands on seed hypervisor, seed and overcloud hosts:
 
-    ``kayobe seed hypervisor host command run --command <command>``
-    ``kayobe seed host command run --command <command>``
-    ``kayobe overcloud host command run --command <command>``
+    * ``kayobe seed hypervisor host command run --command <command>``
+    * ``kayobe seed host command run --command <command>``
+    * ``kayobe overcloud host command run --command <command>``