86ad410ad6
Change-Id: Ic3886dbe80478f450dda351d8ce3aaf5330a8610
35 lines
1.2 KiB
XML
35 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_amt">
|
|
<caption>Description of AMT 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">[amt]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>action_wait</option> = <replaceable>10</replaceable></td>
|
|
<td>(IntOpt) Amount of time (in seconds) to wait, before retrying an AMT operation</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>max_attempts</option> = <replaceable>3</replaceable></td>
|
|
<td>(IntOpt) Maximum number of times to attempt an AMT operation, before failing</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>protocol</option> = <replaceable>http</replaceable></td>
|
|
<td>(StrOpt) Protocol used for AMT endpoint, support http/https</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|