79617d400d
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
31 lines
1.2 KiB
XML
31 lines
1.2 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_drac">
|
|
<caption>Description of DRAC 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">[drac]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>client_retry_count</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) In case there is a communication failure, the DRAC client is going to resend the request as many times as defined in this setting.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>client_retry_delay</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) In case there is a communication failure, the DRAC client is going to wait for as many seconds as defined in this setting before resending the request.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|