Mention server status in api-ref when rebuild

Add description about server status in active, shutoff,
error can accept a rebuild action.

Closes-Bug: 1775665

Change-Id: Id52acb9fdb264b337a6a9748049aeecd22901bf4
This commit is contained in:
jichenjc 2018-06-08 14:59:05 +08:00 committed by Matt Riedemann
parent 8863b501b7
commit 1a079a6394

View File

@ -457,6 +457,10 @@ Rebuilds a server.
Specify the ``rebuild`` action in the request body.
**Preconditions**
The server status must be ``ACTIVE``, ``SHUTOFF`` or ``ERROR``.
.. note:: There is a `known limitation`_ where the root disk is not
replaced for volume-backed instances during a rebuild.