45fa1c95f0
This change brings new files that need to be included in the config reference documentation. See bug #1407581. Change-Id: Id8adfbc5dc46ceeec22bc1cfd332d5f85af40f22 Closes-Bug: #1386462 Closes-Bug: #1385916 Closes-Bug: #1411178
51 lines
1.9 KiB
XML
51 lines
1.9 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_rpc">
|
|
<caption>Description of RPC 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">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>matchmaker_heartbeat_freq</option> = <replaceable>300</replaceable></td>
|
|
<td>(IntOpt) Heartbeat frequency.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>matchmaker_heartbeat_ttl</option> = <replaceable>600</replaceable></td>
|
|
<td>(IntOpt) Heartbeat time-to-live.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>rpc_backend</option> = <replaceable>rabbit</replaceable></td>
|
|
<td>(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>rpc_cast_timeout</option> = <replaceable>30</replaceable></td>
|
|
<td>(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>rpc_conn_pool_size</option> = <replaceable>30</replaceable></td>
|
|
<td>(IntOpt) Size of RPC connection pool.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>rpc_response_timeout</option> = <replaceable>60</replaceable></td>
|
|
<td>(IntOpt) Seconds to wait for a response from a call.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>rpc_thread_pool_size</option> = <replaceable>64</replaceable></td>
|
|
<td>(IntOpt) Size of RPC greenthread pool.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|