From 572f3abcc73c594f7067bb9a951fb0c7aa7d754f Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 26 Feb 2026 21:30:24 +0000 Subject: [PATCH] Update remove-os-volumes_boot-api to reflect changes We decided to return a HTTP 404 (Not Found) rather than HTTP 410 (Gone) during implementation. Update the spec to reflect this. Change-Id: I572ed207aaeb4d552a1ad941e613f86ddfbba2b6 Signed-off-by: Stephen Finucane --- .../2026.1/approved/remove-os-volumes_boot-api.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/specs/2026.1/approved/remove-os-volumes_boot-api.rst b/specs/2026.1/approved/remove-os-volumes_boot-api.rst index ddeda860b..5962cf3f2 100644 --- a/specs/2026.1/approved/remove-os-volumes_boot-api.rst +++ b/specs/2026.1/approved/remove-os-volumes_boot-api.rst @@ -31,11 +31,11 @@ Proposed change =============== The ``/os-volumes_boot`` API and child APIs will be modified so that it returns -``HTTP 410 (Gone)`` for all resources starting from a new API microversion. -While the API will continue to work for older microversions, we will mark -the method with the ``nova.api.openstack.wsgi.removed`` decorator to indicate -that automatic client and documentation generation tooling should ignore the -API. +``HTTP 404 (Not Found)`` for all resources starting from a new API +microversion. While the API will continue to work for older microversions, we +will mark the method with the ``nova.api.openstack.wsgi.removed`` decorator to +indicate that automatic client and documentation generation tooling should +ignore the API. Alternatives ------------ @@ -52,8 +52,8 @@ None. REST API impact --------------- -The ``/os-volumes_boot`` API all all child APIs will return HTTP 410 (Gone) -starting in the new API microversion. +The ``/os-volumes_boot`` API all all child APIs will return ``HTTP 404 (Not +Found)`` starting in the new API microversion. Security impact ---------------