e33770cb27
Import results of the autohelp.py tool for glance. Change-Id: I145c35a50fb3657fcfcd3b563e302ca812a775e6
60 lines
2.5 KiB
XML
60 lines
2.5 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 amqp</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>amqp_auto_delete = False</td>
|
|
<td>(BoolOpt) Auto-delete queues in amqp.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>amqp_durable_queues = False</td>
|
|
<td>(BoolOpt) Use durable queues in amqp.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>notification_driver = []</td>
|
|
<td>(MultiStrOpt) Driver or drivers to handle sending notifications</td>
|
|
</tr>
|
|
<tr>
|
|
<td>notification_topics = notifications</td>
|
|
<td>(ListOpt) AMQP topic used for OpenStack notifications</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc_backend = rabbit</td>
|
|
<td>(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and 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 a call</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc_thread_pool_size = 64</td>
|
|
<td>(IntOpt) Size of RPC greenthread pool</td>
|
|
</tr>
|
|
<tr>
|
|
<td>transport_url = None</td>
|
|
<td>(StrOpt) A URL representing the messaging driver to use and its full configuration. If not set, we fall back to the rpc_backend option and driver specific configuration.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|