From 15011fc13bf05129409569ab291b8dc8de093146 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 22 Nov 2019 16:36:10 -0500 Subject: api-guide: flesh out BUILD and ACTIVE server create transitions Change-Id: I14df54db9864e6df8a8bbc0fcc50e2cbb0ba6793 --- api-guide/source/server_concepts.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'api-guide') 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) -- cgit v1.2.1