46fba0ba0c
Change-Id: I5026ee3e0ae7a0baa6c71cab81a32b0e55f63e71
106 lines
4.6 KiB
XML
106 lines
4.6 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_trove_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 recreatedupon receiving exception data from an rpc call.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>host = 0.0.0.0</td>
|
|
<td>(StrOpt) No help text available for this option.</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:<base64 encoded key>), 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>
|