801f3cf72c
Generate sahara configuration tables for config reference. Change-Id: I948710a85a7ea1b4dd4afe6d8e04d9ca790ca8b7
39 lines
1.2 KiB
XML
39 lines
1.2 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>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>
|
|
</tbody>
|
|
</table>
|
|
</para>
|