From abfb28291afb3b1ae0345a4f3cbb3d68c925a90b Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Wed, 14 Aug 2019 10:40:31 +0900 Subject: [PATCH] api-ref: Fix collapse of 'host_status' description Fix collapse of 'host_status' description in the follwoing APIs in the compute API reference. - PUT /servers/{server_id} - POST /servers/{server_id}/action (rebuild) Change-Id: I003f9a81ac6f7e0ec13a24db3fda1b7ff6612bc5 Closes-Bug: #1840094 --- api-ref/source/parameters.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index cb91c6acd0f7..f2df3193ff78 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -3524,11 +3524,13 @@ host_status_body_in: host_status_update_rebuild: description: | 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. By default, only administrators can get this parameter. in: body