From 2fe3b0cdbedb8e38a7f74152012d224461fa5772 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Wed, 9 Jul 2025 15:44:20 +0530 Subject: [PATCH] Fix release notes typo and extra information This cr fixes the release notes for https://review.opendev.org/c/openstack/watcher/+/954120/ and https://review.opendev.org/c/openstack/watcher/+/954120/ Related-Bug: #2110895 Related-Bug: #2115968 Change-Id: I1f3fc06549c2d5d7ba9debee424429a25a651070 Signed-off-by: Chandan Kumar --- ...operation-not-permitted-exception-14e49b35a3ca00d1.yaml | 7 ++----- ...drop-patch-delete-post-action-api-37fe4ce5be6500db.yaml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/releasenotes/notes/drop-operation-not-permitted-exception-14e49b35a3ca00d1.yaml b/releasenotes/notes/drop-operation-not-permitted-exception-14e49b35a3ca00d1.yaml index 9cdeb6272..654ec1274 100644 --- a/releasenotes/notes/drop-operation-not-permitted-exception-14e49b35a3ca00d1.yaml +++ b/releasenotes/notes/drop-operation-not-permitted-exception-14e49b35a3ca00d1.yaml @@ -2,8 +2,5 @@ other: - | Removed unused ``OperationNotPermitted`` exception that was dead code - since the initial import of the Watcher codebase. This exception was - not used anywhere in the REST API controllers except for preventing - goal removal from audit templates. The functionality has been replaced - with the standard ``wsme.exc.ClientSideError`` exception, which provides - the appropriate 400 Bad Request response behavior. + since the initial import of the Watcher codebase. This exception + provides the appropriate 400 Bad Request response behavior. diff --git a/releasenotes/notes/drop-patch-delete-post-action-api-37fe4ce5be6500db.yaml b/releasenotes/notes/drop-patch-delete-post-action-api-37fe4ce5be6500db.yaml index e4ab5b8db..747fd063f 100644 --- a/releasenotes/notes/drop-patch-delete-post-action-api-37fe4ce5be6500db.yaml +++ b/releasenotes/notes/drop-patch-delete-post-action-api-37fe4ce5be6500db.yaml @@ -2,5 +2,5 @@ other: - | The `DELETE`, `POST` and `Patch` REST methods for the `action` APIs - are forbidden and not implemented. They are now now removed from + are forbidden and not implemented. They are now removed from the API controller.