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
This commit is contained in:
Pierre Riteau 2019-08-16 15:17:14 +02:00
parent 9317024930
commit 2194bc2b5f
2 changed files with 5 additions and 5 deletions

View File

@ -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>``

View File

@ -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>``