45fa1c95f0
This change brings new files that need to be included in the config reference documentation. See bug #1407581. Change-Id: Id8adfbc5dc46ceeec22bc1cfd332d5f85af40f22 Closes-Bug: #1386462 Closes-Bug: #1385916 Closes-Bug: #1411178
78 lines
3.2 KiB
XML
78 lines
3.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_ironic_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><option>amqp_auto_delete</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Auto-delete queues in AMQP.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>amqp_durable_queues</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Use durable queues in AMQP.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>control_exchange</option> = <replaceable>openstack</replaceable></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><option>notification_driver</option> = <replaceable>[]</replaceable></td>
|
|
<td>(MultiStrOpt) Driver or drivers to handle sending notifications.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>notification_topics</option> = <replaceable>notifications</replaceable></td>
|
|
<td>(ListOpt) AMQP topic used for OpenStack notifications.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>transport_url</option> = <replaceable>None</replaceable></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>
|
|
<tr>
|
|
<th colspan="2">[oslo_messaging_amqp]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>allow_insecure_clients</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Accept clients using either SSL or plain TCP</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>broadcast_prefix</option> = <replaceable>broadcast</replaceable></td>
|
|
<td>(StrOpt) address prefix used when broadcasting to all servers</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>container_name</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Name for the AMQP container</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>group_request_prefix</option> = <replaceable>unicast</replaceable></td>
|
|
<td>(StrOpt) address prefix when sending to any server in group</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>idle_timeout</option> = <replaceable>0</replaceable></td>
|
|
<td>(IntOpt) Timeout for inactive connections (in seconds)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>server_request_prefix</option> = <replaceable>exclusive</replaceable></td>
|
|
<td>(StrOpt) address prefix used when sending to a specific server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>trace</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Debug: dump AMQP frames to stdout</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|