From 328175298c09a1e63ee8caba7c8996942b7b9c3c Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Thu, 3 Mar 2022 16:31:30 +0000 Subject: [PATCH] Fix warning in the release notes Glance yoga release notes generates one warning and as a result it will fail to list it on release page [1] like it is showing for Xena release. The warning in the test log is; "The Fixes section of releasenotes/notes/fix-md-tag-create-multiple-c04756cf5155983d.yaml is not a recognized section. It should be one of: features, issues, upgrade, deprecations, critical, security, fixes, other. This will be an error in a future release." Rmoved the "Fixes" section from mentioned release note as it is already included in `yoga-rc1-release-notes-153932161f52a038.yaml`. [1] https://releases.openstack.org/teams/glance.html#team-yoga-glance Closes-Bug: #1963282 Change-Id: I0167cd65f37fc744aa686c626739f9563054666c --- .../notes/fix-md-tag-create-multiple-c04756cf5155983d.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/releasenotes/notes/fix-md-tag-create-multiple-c04756cf5155983d.yaml b/releasenotes/notes/fix-md-tag-create-multiple-c04756cf5155983d.yaml index 775c8a13ef..5e5ad3da57 100644 --- a/releasenotes/notes/fix-md-tag-create-multiple-c04756cf5155983d.yaml +++ b/releasenotes/notes/fix-md-tag-create-multiple-c04756cf5155983d.yaml @@ -5,9 +5,4 @@ features: new metadef tags to the existing tags. If the header is present it will append the new tags to the existing one, if not then it will default to the old behaviour i.e. overwriting the existing tags with the new one. -Fixes: - - | - * Bug 1939169_: glance md-tag-create-multiple overwrites existing tags - - .. _1939169: https://bugs.launchpad.net/glance/+bug/1939169