From 92a4682d4d03b3fe1c36f20b69dee608672e0888 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 16 Dec 2024 10:30:23 +0100 Subject: [PATCH] [docs] Update REST API version history Add the "maximum" marker for 2023.2 at microversion 3.70, which was introduced by change I459f06504e90. Add the "maximum" marker for 2024.1 and 2024.2 at microversion 3.71, which was introduced by change I4aaa5da1ad67. Change-Id: If889a3c2cb5eefc8e1ec7fb0963684fb30b8795b --- cinder/api/openstack/rest_api_version_history.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cinder/api/openstack/rest_api_version_history.rst b/cinder/api/openstack/rest_api_version_history.rst index 031c2b300d2..5511f72f4f8 100644 --- a/cinder/api/openstack/rest_api_version_history.rst +++ b/cinder/api/openstack/rest_api_version_history.rst @@ -529,15 +529,15 @@ following meanings: - ``false``: Never do locking. - ``null``: Forced locking regardless of the iSCSI initiator. -3.70 (Maximum in Zed and 2023.1) --------------------------------- +3.70 (Maximum in Zed, 2023.1 and 2023.2) +---------------------------------------- Add the ability to transfer encrypted volumes and their snapshots. The feature removes a prior restriction on transferring encrypted volumes. Otherwise, the API request and response schema are unchanged. -3.71 ----- +3.71 (Maximum in 2024.1 and 2024.2) +----------------------------------- Add the ``os-extend_volume_completion`` volume action, which Nova can use to notify Cinder of success and error when handling a ``volume-extended`` external server event.