Files
openstack-manuals/doc/common/tables/trove-rpc.xml
Andreas Jaeger a6fe27232f Unify option tables a bit
This unifies some placement of entries into tables accross projects:

glance, trove, neutron, keystone, cinder: Changed ssl to ca.
Move debug to debug if such a table exists (ceilometer).
Move default_log_levels to logging.
Create logging section everywhere and unify content.
Move fatal_deprecations to logging.
Move host to common.
Move lock_path to common.

Change-Id: I461f90a7d6b05aa5c113244c978c933039dde08c
Partial-Bug: #1363485
2014-09-01 18:18:59 +02:00

101 lines
3.4 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_trove_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>allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions</td>
<td>(ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call.</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>num_tries = 3</td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td>periodic_interval = 60</td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td>report_interval = 10</td>
<td>(IntOpt) The interval in seconds which periodic tasks are run.</td>
</tr>
<tr>
<td>rpc_backend = trove.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">[rpc_notifier2]</th>
</tr>
<tr>
<td>topics = notifications</td>
<td>(ListOpt) AMQP topic(s) used for openstack notifications</td>
</tr>
<tr>
<th colspan="2">[secure_messages]</th>
</tr>
<tr>
<td>enabled = True</td>
<td>(BoolOpt) Whether Secure Messaging (Signing) is enabled, defaults to enabled</td>
</tr>
<tr>
<td>encrypt = False</td>
<td>(BoolOpt) Whether Secure Messaging (Encryption) is enabled, defaults to not enabled</td>
</tr>
<tr>
<td>enforced = False</td>
<td>(BoolOpt) Whether Secure Messaging (Signing) is enforced, defaults to not enforced</td>
</tr>
<tr>
<td>kds_endpoint = None</td>
<td>(StrOpt) KDS endpoint (ex: http://kds.example.com:35357/v3)</td>
</tr>
<tr>
<td>secret_key = None</td>
<td>(MultiStrOpt) A list of keys: (ex: name:&lt;base64 encoded key&gt;), ignored if secret_keys_file is set</td>
</tr>
<tr>
<td>secret_keys_file = None</td>
<td>(StrOpt) Path to the file containing the keys, takes precedence over secret_key</td>
</tr>
</tbody>
</table>
</para>