Pike release note cleanup
Various fixes in release notes noticed during Pike review. Change-Id: Ifc92f757287c52a85ef01a01fdae3716f9a1f93b
This commit is contained in:
parent
7ec31dcfe3
commit
9f213981ac
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
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.
|
volume task failed due to az not found.
|
||||||
|
@ -8,4 +8,6 @@ deprecations:
|
|||||||
section are deprecated in favor of the settings in
|
section are deprecated in favor of the settings in
|
||||||
the [nova] section.
|
the [nova] section.
|
||||||
fixes:
|
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>`_)
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- Fix the unreasonable status change for volumes and snapshots when creating
|
- When backing up a volume from a snapshot, the volume status would be set
|
||||||
backups from snapshots.
|
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:
|
upgrade:
|
||||||
- The "backing-up" status is added to snapshot's status matrix.
|
- The "backing-up" status is added to snapshot's status matrix.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- Add ``all_tenants``, ``project_id`` support in
|
- Add ``all_tenants``, ``project_id`` support in the
|
||||||
attachment list&detail APIs.
|
attachment list and detail APIs.
|
||||||
|
Loading…
Reference in New Issue
Block a user