35 lines
1.3 KiB
XML
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_discoverd">
|
|
<caption>Description of discoverd 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">[discoverd]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>enabled</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) whether to enable inspection using ironic-discoverd</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>service_url</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) ironic-discoverd HTTP endpoint. If this is not set, the ironic-discoverd 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>
|