Fixed warnings during the docs build

Change-Id: Ifd5ad7400c25dceb65673bb01f5419237860412c
This commit is contained in:
Dmitry Tantsur 2016-03-08 14:58:54 +01:00
parent 2ff09ffcce
commit 25975015d9
1 changed files with 2 additions and 2 deletions

View File

@ -236,9 +236,9 @@ see :ref:`ramdisk_callback`.
Once the ``enroll`` hook is finished, **ironic-inspector** will process the
introspection data in the same way it would for an identified node. It runs
the processing plugins :ref:`_plugins`, and after that it runs introspection
the processing :ref:`plugins`, and after that it runs introspection
rules, which would allow for more customisable node configuration,
see :ref:`_rules`.
see :ref:`rules`.
A rule to set a node's Ironic driver to the ``agent_ipmitool`` driver and
populate the required driver_info for that driver would look like::