Merge "Mention state machine diagram generation in contrib guide"

This commit is contained in:
Jenkins 2017-03-24 14:13:46 +00:00 committed by Gerrit Code Review
commit c74aff0387
2 changed files with 7 additions and 0 deletions

@ -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

@ -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
=====================