From 3e4c57479aa5e4a5e95e178f5736d34dd446872e Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 25 Feb 2026 17:20:45 +0000 Subject: [PATCH] docs: Update REST API version history for 2.102 Change-Id: Idd647fc90c95b99377212bdbfafcae782d3f845d Signed-off-by: Stephen Finucane --- .../compute/rest_api_version_history.rst | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/nova/api/openstack/compute/rest_api_version_history.rst b/nova/api/openstack/compute/rest_api_version_history.rst index da988200a9c5..d0566be0b010 100644 --- a/nova/api/openstack/compute/rest_api_version_history.rst +++ b/nova/api/openstack/compute/rest_api_version_history.rst @@ -1294,7 +1294,7 @@ query string parameters. .. _microversion 2.100: 2.100 (Maximum in 2025.1 Epoxy and 2025.2 Flamingo) ------------------------------------------------------ +--------------------------------------------------- The ``GET /servers/{server_id}``, ``GET /servers/detail`` ``PUT /servers/{server_id}`` and ``POST /server/{server_id}/action`` @@ -1303,8 +1303,8 @@ server creation. .. _microversion 2.101: -2.101 (Maximum in 2026.1 Gazpacho) ----------------------------------- +2.101 +----- Attaching a volume via ``POST /servers/{server_id}/os-volume_attachments`` returns an HTTP 202 Accepted response instead of the previous HTTP 200 @@ -1312,3 +1312,17 @@ containing a ``volumeAttachment`` object. The response is now fully aync and does not wait for reserving a device name. Like before, callers need to watch the volume's state and/or server actions to recognize when the volume-attachment process finished. + +.. _microversion 2.102: + +2.102 (Maximum in 2026.1 Gazpacho) +---------------------------------- + +The ``GET /flavors`` API now accepts a ``name`` filter to filter the returned +flavors by name. In addition, the ``rxtx_factor`` and +``OS-FLV-DISABLED:disabled`` fields have been removed from all flavors +responses, while the ``rxtx_factor`` field can no longer be provided when +creating a server and the ``rxtx_factor`` filter can no longer be provided when +listing flavors. Finally, all APIs now reject unknown query string parameters +with a HTTP 400 (Bad Request) error, building upon work first started in +microversion 2.75.