config reference update for juno-1
Generate the config tables with the autohelp script and include the new tables in the config ref sections. For consistency, use the 'database' and 'auth_token' keywords in all projects. Split the LBaaS tables. Closes-Bug: #1327802 Closes-Bug: #1331180 Closes-Bug: #1331175 Closes-Bug: #1330279 Closes-Bug: #1323946 Closes-Bug: #1323437 Closes-Bug: #1322075 Closes-Bug: #1321621 Closes-Bug: #1319564 Closes-Bug: #1318081 Closes-Bug: #1311474 Change-Id: I5602dda76fdf929d9124f5aa67d31ca4ac17c6d5
This commit is contained in:
@@ -1,84 +1,83 @@
|
||||
<?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" xml:id="config_table_nova_rpc">
|
||||
<caption>Description of configuration options for rpc</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>matchmaker_heartbeat_freq = 300</td>
|
||||
<td>(IntOpt) Heartbeat frequency.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>matchmaker_heartbeat_ttl = 600</td>
|
||||
<td>(IntOpt) Heartbeat time-to-live.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_backend = rabbit</td>
|
||||
<td>(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_cast_timeout = 30</td>
|
||||
<td>(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_conn_pool_size = 30</td>
|
||||
<td>(IntOpt) Size of RPC connection pool.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_response_timeout = 60</td>
|
||||
<td>(IntOpt) Seconds to wait for a response from a call.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_thread_pool_size = 64</td>
|
||||
<td>(IntOpt) Size of RPC greenthread pool.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[cells]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_driver_queue_base = cells.intercell</td>
|
||||
<td>(StrOpt) Base queue name to use when communicating between cells. Various topics by message type will be appended to this.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[matchmaker_ring]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ringfile = /etc/oslo/matchmaker_ring.json</td>
|
||||
<td>(StrOpt) Matchmaker ring file (JSON).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[upgrade_levels]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>baseapi = None</td>
|
||||
<td>(StrOpt) Set a version cap for messages sent to the base api in any service</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
<?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_nova_rpc">
|
||||
<caption>Description of configuration options for rpc</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) AMQP exchange to connect to if using RabbitMQ or Qpid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>matchmaker_heartbeat_freq = 300</td>
|
||||
<td>(IntOpt) Heartbeat frequency.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>matchmaker_heartbeat_ttl = 600</td>
|
||||
<td>(IntOpt) Heartbeat time-to-live.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_backend = nova.openstack.common.rpc.impl_kombu</td>
|
||||
<td>(StrOpt) The messaging module to use, defaults to kombu.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_cast_timeout = 30</td>
|
||||
<td>(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_conn_pool_size = 30</td>
|
||||
<td>(IntOpt) Size of RPC connection pool</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_response_timeout = 60</td>
|
||||
<td>(IntOpt) Seconds to wait for a response from call or multicall</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_thread_pool_size = 64</td>
|
||||
<td>(IntOpt) Size of RPC thread pool</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[cells]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_driver_queue_base = cells.intercell</td>
|
||||
<td>(StrOpt) Base queue name to use when communicating between cells. Various topics by message type will be appended to this.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[matchmaker_ring]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ringfile = /etc/oslo/matchmaker_ring.json</td>
|
||||
<td>(StrOpt) Matchmaker ring file (JSON).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[upgrade_levels]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>baseapi = None</td>
|
||||
<td>(StrOpt) Set a version cap for messages sent to the base api in any service</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user