Format multi-line release notes properly

Change-Id: Ia3753f054eb7aee1c9e9a7af77bbefd7693b39f9
This commit is contained in:
Andrea Frittoli 2017-04-10 10:01:14 -04:00
parent c85642f6e2
commit b86de8898f
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
---
features:
- Add cascade parameter to volumes_client.
- |
Add cascade parameter to volumes_client.
This option provides the ability to delete a volume and have Cinder
handle deletion of snapshots associated with that volume by passing
an additional argument to volume delete, "cascade=True".