Fix release note formatting

This broke the building of the release notes.

Change-Id: I6d9519aaf591e817e71a777a75fdc1d6caa7c17a
This commit is contained in:
Zane Bitter 2017-12-07 11:49:11 -05:00
parent fbff3c60b7
commit 1618d952cc

View File

@ -1,8 +1,9 @@
--- ---
features: features:
- Adds '--converge' option for stack update with openstackclient. If - |
Adds '--converge' option for stack update with openstackclient. If
specified, existing resource attributes (which may have diverged) are specified, existing resource attributes (which may have diverged) are
compared with the resource properties in the template used for update. compared with the resource properties in the template used for update.
Usage: Usage:
# openstack stack update --converge ... <stack_name> # openstack stack update --converge ... <stack_name>