From 4eddcf77c9d06647071e9726efe2ff7206db8a23 Mon Sep 17 00:00:00 2001 From: Artom Lifshitz Date: Mon, 22 Nov 2021 14:18:41 -0500 Subject: [PATCH] api-ref: Adjust BFV rescue non-support note. Rescuing BFV instances became a thing in 2.87. Fix our api-ref. Change-Id: I9c4fbea53b05490cf05ebd311b25791fa191af16 --- api-ref/source/servers-actions.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-ref/source/servers-actions.inc b/api-ref/source/servers-actions.inc index 4be66ebafad1..f480403a4065 100644 --- a/api-ref/source/servers-actions.inc +++ b/api-ref/source/servers-actions.inc @@ -755,7 +755,8 @@ Rescue Server (rescue Action) Puts a server in rescue mode and changes its status to ``RESCUE``. -.. note:: This API is not supported for volume-backed instances. +.. note:: Until microversion 2.87, this API is not supported for volume-backed + instances. Specify the ``rescue`` action in the request body.