openstack-manuals/doc/common/tables/ironic-ilo.xml
Anish Bhatt 3dc7d34cda Update flagmappings for ironic
Change-Id: I8296aa9fd46a903d5ca62f68fb97baab0e3390a0
2015-02-24 13:24:39 -08:00

47 lines
1.7 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_ilo">
<caption>Description of ILO 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">[ilo]</th>
</tr>
<tr>
<td><option>client_port</option> = <replaceable>443</replaceable></td>
<td>(IntOpt) Port to be used for iLO operations</td>
</tr>
<tr>
<td><option>client_timeout</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) Timeout (in seconds) for iLO operations</td>
</tr>
<tr>
<td><option>power_retry</option> = <replaceable>6</replaceable></td>
<td>(IntOpt) Number of times a power operation needs to be retried</td>
</tr>
<tr>
<td><option>power_wait</option> = <replaceable>2</replaceable></td>
<td>(IntOpt) Amount of time in seconds to wait in between power operations</td>
</tr>
<tr>
<td><option>swift_ilo_container</option> = <replaceable>ironic_ilo_container</replaceable></td>
<td>(StrOpt) The Swift iLO container to store data.</td>
</tr>
<tr>
<td><option>swift_object_expiry_timeout</option> = <replaceable>900</replaceable></td>
<td>(IntOpt) Amount of time in seconds for Swift objects to auto-expire.</td>
</tr>
</tbody>
</table>
</para>