0930aab61a
Update the flagmappings after the feature freeze for nova, and produce the new tables. Change-Id: I6a41a4c92f793ac1f676b07e453519281136171e
76 lines
3.3 KiB
XML
76 lines
3.3 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>Description</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>amqp_durable_queues=False</td>
|
|
<td>(BoolOpt) Use durable queues in amqp.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>amqp_auto_delete=False</td>
|
|
<td>(BoolOpt) Auto-delete queues in amqp.</td>
|
|
</tr>
|
|
<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> |