a8e0a7f97d
Try to use the same categories for options found in multiple projects. Change-Id: If582194081854b06542ca32335c6225ac94de013 Closes-Bug: #1363485
55 lines
1.9 KiB
XML
55 lines
1.9 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<table rules="all" xml:id="config_table_sahara_amqp">
|
|
<caption>Description of AMQP configuration options</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>control_exchange = openstack</td>
|
|
<td>(StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>notification_driver = []</td>
|
|
<td>(MultiStrOpt) Driver or drivers to handle sending notifications.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>notification_level = INFO</td>
|
|
<td>(StrOpt) Notification level for outgoing notifications</td>
|
|
</tr>
|
|
<tr>
|
|
<td>notification_publisher_id = None</td>
|
|
<td>(StrOpt) Notification publisher_id for outgoing notifications</td>
|
|
</tr>
|
|
<tr>
|
|
<td>notification_topics = notifications</td>
|
|
<td>(ListOpt) AMQP topic used for OpenStack notifications.</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>
|