From 9f213981ac349e0fa22a1aed217dbe7aee3813ae Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 8 Aug 2017 04:11:41 -0500 Subject: [PATCH] Pike release note cleanup Various fixes in release notes noticed during Pike review. Change-Id: Ifc92f757287c52a85ef01a01fdae3716f9a1f93b --- .../bug-1693084-fix-az-cache-invalid-6td4q74q28uxcd68.yaml | 2 +- .../notes/new-nova-config-section-2a7a51a0572e7064.yaml | 4 +++- ...snapshot_backing_up_status_support-164fbbb2a564e137.yaml | 6 ++++-- ...tenants-project-in-attachment-list-3edd8g138a28s4r8.yaml | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/releasenotes/notes/bug-1693084-fix-az-cache-invalid-6td4q74q28uxcd68.yaml b/releasenotes/notes/bug-1693084-fix-az-cache-invalid-6td4q74q28uxcd68.yaml index 53829c4e7c0..a2002059351 100644 --- a/releasenotes/notes/bug-1693084-fix-az-cache-invalid-6td4q74q28uxcd68.yaml +++ b/releasenotes/notes/bug-1693084-fix-az-cache-invalid-6td4q74q28uxcd68.yaml @@ -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. diff --git a/releasenotes/notes/new-nova-config-section-2a7a51a0572e7064.yaml b/releasenotes/notes/new-nova-config-section-2a7a51a0572e7064.yaml index dc91f1ae498..76c82644705 100644 --- a/releasenotes/notes/new-nova-config-section-2a7a51a0572e7064.yaml +++ b/releasenotes/notes/new-nova-config-section-2a7a51a0572e7064.yaml @@ -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 `_) diff --git a/releasenotes/notes/snapshot_backing_up_status_support-164fbbb2a564e137.yaml b/releasenotes/notes/snapshot_backing_up_status_support-164fbbb2a564e137.yaml index a65b7e670ef..c4309c30747 100644 --- a/releasenotes/notes/snapshot_backing_up_status_support-164fbbb2a564e137.yaml +++ b/releasenotes/notes/snapshot_backing_up_status_support-164fbbb2a564e137.yaml @@ -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. diff --git a/releasenotes/notes/support-tenants-project-in-attachment-list-3edd8g138a28s4r8.yaml b/releasenotes/notes/support-tenants-project-in-attachment-list-3edd8g138a28s4r8.yaml index 920b10e6fdc..703fd7d7d45 100644 --- a/releasenotes/notes/support-tenants-project-in-attachment-list-3edd8g138a28s4r8.yaml +++ b/releasenotes/notes/support-tenants-project-in-attachment-list-3edd8g138a28s4r8.yaml @@ -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.