7a31597e38
Change-Id: I2e8f86f799a34398b2c222d6467eab1ad3e2ffa1
42 lines
1.5 KiB
XML
42 lines
1.5 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_api">
|
|
<caption>Description of API 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">[api]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>host_ip</option> = <replaceable>0.0.0.0</replaceable></td>
|
|
<td>(StrOpt) The IP address on which ironic-api listens.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>max_limit</option> = <replaceable>1000</replaceable></td>
|
|
<td>(IntOpt) The maximum number of items returned in a single response from a collection resource.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>port</option> = <replaceable>6385</replaceable></td>
|
|
<td>(IntOpt) The TCP port on which ironic-api listens.</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[oslo_versionedobjects]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>fatal_exception_format_errors</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Make exception message format errors fatal</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|