64b6c9261e
Current folder name New folder name Book title ---------------------------------------------------------- basic-install DELETE cli-guide DELETE common common NEW admin-guide-cloud Cloud Administrators Guide docbkx-example DELETE openstack-block-storage-admin DELETE openstack-compute-admin DELETE openstack-config config-reference OpenStack Configuration Reference openstack-ha high-availability-guide OpenStack High Availabilty Guide openstack-image image-guide OpenStack Virtual Machine Image Guide openstack-install install-guide OpenStack Installation Guide openstack-network-connectivity-admin admin-guide-network OpenStack Networking Administration Guide openstack-object-storage-admin DELETE openstack-security security-guide OpenStack Security Guide openstack-training training-guide OpenStack Training Guide openstack-user user-guide OpenStack End User Guide openstack-user-admin user-guide-admin OpenStack Admin User Guide glossary NEW OpenStack Glossary bug: #1220407 Change-Id: Id5ffc774b966ba7b9a591743a877aa10ab3094c7 author: diane fleming
68 lines
2.9 KiB
XML
68 lines
2.9 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">
|
|
<caption>Description of configuration options for rpc</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<td>Configuration option=Default value</td>
|
|
<td>(Type) Description</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>baseapi=None</td>
|
|
<td>(StrOpt) Set a version cap for messages sent to the base api in any service</td>
|
|
</tr>
|
|
<tr>
|
|
<td>control_exchange=openstack</td>
|
|
<td>(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid</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>ringfile=/etc/oslo/matchmaker_ring.json</td>
|
|
<td>(StrOpt) Matchmaker ring file (JSON)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc_backend=nova.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_driver_queue_base=cells.intercell</td>
|
|
<td>(StrOpt) Base queue name to use when communicating between cells. Various topics by message type will be appended to this.</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>
|
|
<td>topics=notifications</td>
|
|
<td>(ListOpt) AMQP topic(s) used for openstack notifications</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para> |