summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-guide/source/server_concepts.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst
index 921dfff182..35fcefd8ae 100644
--- a/api-guide/source/server_concepts.rst
+++ b/api-guide/source/server_concepts.rst
@@ -106,11 +106,17 @@ Status Transition:
- ``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``
- .. todo:: Add more details.
+ The terminal state for a successfully built and running server.
- ``ERROR`` (on error)