From 2240d10567952cc5565c5285ce32062c8f3e5962 Mon Sep 17 00:00:00 2001 From: Hironori Shiina Date: Thu, 23 Jul 2015 11:40:52 +0000 Subject: [PATCH] Add parameter list to "Evacuate server" API (v2.1) This patch adds a parameter list to "Evacuate server" API. The main purpose of the patch is indicating the 'host' parameter is optional. Change-Id: I2cd7e1646c7bde5a7cb66281bb266c0cdcda3633 Closes-Bug: 1346189 --- .../src/v2.1/wadl/os-evacuate-v2.1.wadl | 46 ++++++++++++++++++- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-evacuate-v2.1.wadl b/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-evacuate-v2.1.wadl index 7f9dc798e..8d12ab908 100644 --- a/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-evacuate-v2.1.wadl +++ b/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-evacuate-v2.1.wadl @@ -23,8 +23,9 @@ - Evacuates a server from a failed - host to a new one. + + Evacuates a server from a failed host to a new one. + Specify the evacuate action in the request body. @@ -36,6 +37,47 @@ href="../api_samples/os-evacuate/server-evacuate-req.json" /> + + + + Specify the evacuate action in the + request body. + + + + + + + The name or ID of the host to which the server + is evacuated. + + + + + + + An administrative password to access the + evacuated instance. + + + + + + + Set to True to indicate that server + is on shared storage. Otherwise, set to + False. + + +