From 2e96bd1c02b88c1385a962880dd4952985e94ed3 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 27 Mar 2018 14:03:41 -0400 Subject: [PATCH] api-ref: add a note about volume-backed rescue not being supported This adds the same note for volume-backed instances not being supported for the server rescue action as exists for the createBackup action. Change-Id: If4ba24f2fe15f479c353d0ea69bf0f1454540ef0 --- api-ref/source/servers-actions.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api-ref/source/servers-actions.inc b/api-ref/source/servers-actions.inc index c4924dce2a1f..16c7a4610414 100644 --- a/api-ref/source/servers-actions.inc +++ b/api-ref/source/servers-actions.inc @@ -628,6 +628,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. + Specify the ``rescue`` action in the request body. If you specify the ``rescue_image_ref`` extended attribute,