5e8f374d49
Change-Id: I14afa67cdd4f870f4a515031d55e586eec50748c
62 lines
1.9 KiB
XML
62 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_neutron_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>
|
|
<tr>
|
|
<td>rpc_workers = 0</td>
|
|
<td>(IntOpt) Number of RPC worker processes for service</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[AGENT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc_support_old_agents = False</td>
|
|
<td>(BoolOpt) Enable server RPC compatibility with old agents</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|