3dc7d34cda
Change-Id: I8296aa9fd46a903d5ca62f68fb97baab0e3390a0
43 lines
1.6 KiB
XML
43 lines
1.6 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_agent">
|
|
<caption>Description of agent 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">[agent]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>agent_api_version</option> = <replaceable>v1</replaceable></td>
|
|
<td>(StrOpt) API version to use for communicating with the ramdisk agent.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>agent_pxe_append_params</option> = <replaceable>nofb nomodeset vga=normal</replaceable></td>
|
|
<td>(StrOpt) Additional append parameters for baremetal PXE boot.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>agent_pxe_bootfile_name</option> = <replaceable>pxelinux.0</replaceable></td>
|
|
<td>(StrOpt) Neutron bootfile DHCP parameter.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>agent_pxe_config_template</option> = <replaceable>$pybasedir/drivers/modules/agent_config.template</replaceable></td>
|
|
<td>(StrOpt) Template file for PXE configuration.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>heartbeat_timeout</option> = <replaceable>300</replaceable></td>
|
|
<td>(IntOpt) Maximum interval (in seconds) for agent heartbeats.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|