From 788da02c5c9e4dea3c46c9da13810d492c3ef8f1 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 7 Aug 2018 16:20:31 -0400 Subject: [PATCH] doc: mark the max microversion for rocky Just follows the pattern that we do every release. Change-Id: Ia44d7e11e0cfad4bc91a60cb5dbe355820d2decc --- nova/api/openstack/compute/rest_api_version_history.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/api/openstack/compute/rest_api_version_history.rst b/nova/api/openstack/compute/rest_api_version_history.rst index 78228a8411..a7b43d800e 100644 --- a/nova/api/openstack/compute/rest_api_version_history.rst +++ b/nova/api/openstack/compute/rest_api_version_history.rst @@ -837,8 +837,8 @@ in server group APIs: body of POST, GET ``/os-server-groups`` API and GET ``/os-server-groups/{server_group_id}`` API. -2.65 ----- +2.65 (Maximum in Rocky) +----------------------- Add support for abort live migrations in ``queued`` and ``preparing`` status for API ``DELETE /servers/{server_id}/migrations/{migration_id}``.