Mention state machine diagram generation in contrib guide

Change-Id: I92cd5eb5d503c8294c30c22eab2b01899e2d5d88
This commit is contained in:
Anton Arefiev 2017-03-20 15:24:59 +02:00
parent fec8c78600
commit d03a8cc932
2 changed files with 7 additions and 0 deletions

View File

@ -68,6 +68,11 @@ To run the functional tests, use::
tox -e func
Once you have added new state or transition into inspection state machine, you
should regenerate :ref:`state_machine_diagram` with::
tox -e genstates
Run the service with::
.tox/py27/bin/ironic-inspector --config-file example.conf

View File

@ -56,6 +56,8 @@ Usual hardware introspection flow is as follows:
Starting DHCP server and configuring PXE boot environment is not part of this
package and should be done separately.
.. _state_machine_diagram:
State machine diagram
=====================