openstack-manuals/doc/common/tables/ironic-inspector.xml
Ruby Loo 79617d400d Update ironic config tables
Updated ironic.headers and ironic.flagmappings. I did this because
we renamed 'discoverd' to 'inspector' but these changes also reflect
additional changes in the configs from the master branch of ironic.

I edited ironic.headers and modified ironic.flagmappings (after it
was updated via './autohelp-wrapper update ironic'). The .xml files
were updated from running './autohelp-wrapper docbook ironic').
ch_baremetalconfigure.xml was edited to reflect the changed tables.

Change-Id: I4329fe706e8fdc3c492b50e511295cf2313cca94
2015-06-11 19:29:26 +00:00

35 lines
1.3 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_ironic_inspector">
<caption>Description of inspector configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[inspector]</th>
</tr>
<tr>
<td><option>enabled</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) whether to enable inspection using ironic-inspector</td>
</tr>
<tr>
<td><option>service_url</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) ironic-inspector HTTP endpoint. If this is not set, the ironic-inspector client default (http://127.0.0.1:5050) will be used.</td>
</tr>
<tr>
<td><option>status_check_period</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) period (in seconds) to check status of nodes on inspection</td>
</tr>
</tbody>
</table>
</para>