cfbed0920a
Change-Id: Ide438e97568314219e941c9085a3fa10516ef732
68 lines
3.3 KiB
XML
68 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 rabbitmq</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<td>Configuration option=Default value</td>
|
|
<td>Description</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>rabbit_durable_queues=False</td>
|
|
<td>(BoolOpt) A boolean to determine if the queues used for messaging should be retained after a restart.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rabbit_host=localhost</td>
|
|
<td>(StrOpt) The host name of the rabbitmq server</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rabbit_max_retries=0</td>
|
|
<td>(IntOpt) The maximum number of times to attempt to connect to the AMQP server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rabbit_notification_exchange=glance</td>
|
|
<td>(StrOpt) Exchange name to use for connection when using rabbit strategy.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rabbit_notification_topic=notifications</td>
|
|
<td>(StrOpt) Topic to use for connection when using rabbit strategy.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rabbit_password=guest</td>
|
|
<td>(StrOpt) The password that will be used for authentication with the rabbitmq server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rabbit_port=5672</td>
|
|
<td>(IntOpt) The port on which the rabbitmq server is listening</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rabbit_retry_backoff=2</td>
|
|
<td>(IntOpt) This value multiplied by the number of connection attempts gives the amount of time in seconds to sleep between connection attempts to the AMQP server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rabbit_retry_max_backoff=30</td>
|
|
<td>(IntOpt) The maximum amount of time to wait between connection attempts. The delay time will be the smaller of this value and the value of <rabbit_retry_backoff> * <the number of failed connection attempts so far>.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rabbit_use_ssl=False</td>
|
|
<td>(BoolOpt) A boolean value indicating if the selected rabbitmq server uses SSL.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rabbit_userid=guest</td>
|
|
<td>(StrOpt) The user ID for authentication with rabbitmq.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rabbit_virtual_host=/</td>
|
|
<td>(StrOpt) The virtual host used in the rabbitmq connection.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para> |