From 220df85052c64d4039f25ac89f9dd36c55834b80 Mon Sep 17 00:00:00 2001 From: Tomi Juvonen Date: Tue, 9 Feb 2016 10:38:06 +0200 Subject: [PATCH] API references server host status lacking values host_status description in GET /v2.1/{tenant_id}/servers/detail and /v2.1/ {tenant_id}/servers/?{server_id} is lacking values. Closes-Bug: 1543463 Change-Id: Id8aaf2068f44a097d63c4c508f898eb3b32e35ea --- .../src/wadls/compute-api/src/v2.1/common.ent | 29 ++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/api-ref/src/wadls/compute-api/src/v2.1/common.ent b/api-ref/src/wadls/compute-api/src/v2.1/common.ent index 169b478cf..89aa5a057 100644 --- a/api-ref/src/wadls/compute-api/src/v2.1/common.ent +++ b/api-ref/src/wadls/compute-api/src/v2.1/common.ent @@ -1710,8 +1710,35 @@ xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN"> - The host status. Value is UP or DOWN. + The host status. Values where next value in list can override the previous: + + + + UP if nova-compute up. + + + + + UNKNOWN if nova-compute not reported by servicegroup driver. + + + + + DOWN if nova-compute forced down. + + + + + MAINTENANCE if nova-compute is disabled. + + + + + Empty string indicates there is no host for server. + + + This attribute appears in the response only if the policy permits.