4ae2e4c5e2
Change-Id: Ib32ecfab49a6de3dabda207ba2919a0c6ff63bba
74 lines
3.1 KiB
XML
74 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in the tools directory of this
|
|
repository -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all" xml:id="config_table_heat_rpc">
|
|
<caption>Description of configuration options for rpc</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>allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions</td>
|
|
<td>(ListOpt) Modules of exceptions that are permitted to be recreated upon receiving exception data from an rpc call.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>engine_life_check_timeout = 2</td>
|
|
<td>(IntOpt) RPC timeout for the engine liveness check that is used for stack locking.</td>
|
|
</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 = heat.openstack.common.rpc.impl_kombu</td>
|
|
<td>(StrOpt) The messaging module to use, defaults to kombu.</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 call or multicall</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc_thread_pool_size = 64</td>
|
|
<td>(IntOpt) Size of RPC thread pool</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[matchmaker_ring]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>ringfile = /etc/oslo/matchmaker_ring.json</td>
|
|
<td>(StrOpt) Matchmaker ring file (JSON)</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[rpc_notifier2]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>topics = notifications</td>
|
|
<td>(ListOpt) AMQP topic(s) used for OpenStack notifications</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|