Merge "Add state machine to documentation"

This commit is contained in:
Jenkins
2015-01-14 21:13:56 +00:00
committed by Gerrit Code Review
3 changed files with 22 additions and 0 deletions

21
doc/source/dev/states.rst Normal file
View File

@@ -0,0 +1,21 @@
.. _states:
======================
Ironic's State Machine
======================
The diagram below shows the states that an Ironic node goes through during the
lifetime of a node. The diagram also depicts the events that transition
the node to different states.
.. figure:: ../images/states.png
:width: 660px
:align: left
:alt: Ironic state transitions
.. note::
For more information about the states, see the specification located at
`ironic-state-machine`_.
.. _ironic-state-machine: http://specs.openstack.org/openstack/ironic-specs/specs/kilo/new-ironic-state-machine.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View File

@@ -30,6 +30,7 @@ Introduction
:maxdepth: 1
dev/architecture
dev/states
dev/contributing
.. toctree::