a8e0a7f97d
Try to use the same categories for options found in multiple projects. Change-Id: If582194081854b06542ca32335c6225ac94de013 Closes-Bug: #1363485
51 lines
1.6 KiB
XML
51 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_sahara_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>matchmaker_heartbeat_freq = 300</td>
|
|
<td>(IntOpt) Heartbeat frequency.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>matchmaker_heartbeat_ttl = 600</td>
|
|
<td>(IntOpt) Heartbeat time-to-live.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc_backend = rabbit</td>
|
|
<td>(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc_cast_timeout = 30</td>
|
|
<td>(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc_conn_pool_size = 30</td>
|
|
<td>(IntOpt) Size of RPC connection pool.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc_response_timeout = 60</td>
|
|
<td>(IntOpt) Seconds to wait for a response from a call.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc_thread_pool_size = 64</td>
|
|
<td>(IntOpt) Size of RPC greenthread pool.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|