openstack-manuals/doc/common/tables/glance-rabbitmq.xml
Shaun McCance 1d75d9ec43 Update whitespace and change td in thead to th
This commit just changes the autogenerated files to match what's output
after the following commits in openstack-doc-tools:
d740b7f4dd84a2142b7a370ebf3cf10f76c2a651
6708afbef1f4a662fd1b164ce3f635ad71ba7662

Change-Id: Ie48b99deb54877f9857abe94e90c9f160852aa92
2014-01-07 16:01:52 -05:00

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>
<th>Configuration option = Default value</th>
<th>Description</th>
</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 &lt;rabbit_retry_backoff&gt; * &lt;the number of failed connection attempts so far&gt;.</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>