Pike release note cleanup

Various fixes in release notes noticed during Pike review.

Change-Id: Ifc92f757287c52a85ef01a01fdae3716f9a1f93b
This commit is contained in:
Sean McGinnis 2017-08-08 04:11:41 -05:00
parent 7ec31dcfe3
commit 9f213981ac
4 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,5 @@
---
fixes:
- |
Now cinder will refresh the az cache immediatelly if previous create
Now cinder will refresh the az cache immediately if previous create
volume task failed due to az not found.

View File

@ -8,4 +8,6 @@ deprecations:
section are deprecated in favor of the settings in
the [nova] section.
fixes:
- Fixed using of the user's token in the nova client (bug #1686616)
- |
Fixed using of the user's token in the nova client
(`bug #1686616 <https://bugs.launchpad.net/cinder/+bug/1686616>`_)

View File

@ -1,6 +1,8 @@
---
fixes:
- Fix the unreasonable status change for volumes and snapshots when creating
backups from snapshots.
- When backing up a volume from a snapshot, the volume status would be set
to "backing-up", preventing operations on the volume until the backup is
complete. This status is now set on the snapshot instead, making the
volume available for other operations.
upgrade:
- The "backing-up" status is added to snapshot's status matrix.

View File

@ -1,4 +1,4 @@
---
fixes:
- Add ``all_tenants``, ``project_id`` support in
attachment list&detail APIs.
- Add ``all_tenants``, ``project_id`` support in the
attachment list and detail APIs.