api-guide: flesh out BUILD and ACTIVE server create transitions
Change-Id: I14df54db9864e6df8a8bbc0fcc50e2cbb0ba6793
This commit is contained in:
parent
c88e7a7430
commit
15011fc13b
@ -106,11 +106,17 @@ Status Transition:
|
|||||||
|
|
||||||
- ``BUILD``
|
- ``BUILD``
|
||||||
|
|
||||||
.. todo:: Add more details.
|
While the server is building there are several task state transitions that
|
||||||
|
can occur:
|
||||||
|
|
||||||
|
- ``scheduling``: The request is being scheduled to a compute node.
|
||||||
|
- ``networking``: Setting up network interfaces asynchronously.
|
||||||
|
- ``block_device_mapping``: Preparing block devices (local disks, volumes).
|
||||||
|
- ``spawning``: Creating the guest in the hypervisor.
|
||||||
|
|
||||||
- ``ACTIVE``
|
- ``ACTIVE``
|
||||||
|
|
||||||
.. todo:: Add more details.
|
The terminal state for a successfully built and running server.
|
||||||
|
|
||||||
- ``ERROR`` (on error)
|
- ``ERROR`` (on error)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user