ad9faae7c3
Include new tables in the config reference. Closes-Bug: #1366489 Closes-Bug: #1374844 Change-Id: I47883b3e524aba67f82304112a066a281c341be3
39 lines
1.6 KiB
XML
39 lines
1.6 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_neutron_cfg_agent">
|
|
<caption>Description of cfg agent 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">[cfg_agent]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>device_connection_timeout = 30</td>
|
|
<td>(IntOpt) Time in seconds for connecting to a hosting device</td>
|
|
</tr>
|
|
<tr>
|
|
<td>hosting_device_dead_timeout = 300</td>
|
|
<td>(IntOpt) The time in seconds until a backlogged hosting device is presumed dead. This value should be set up high enough to recover from a period of connectivity loss or high load when the device may not be responding.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>routing_svc_helper_class = neutron.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper</td>
|
|
<td>(StrOpt) Path of the routing service helper class.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc_loop_interval = 10</td>
|
|
<td>(IntOpt) Interval when the process_services() loop executes in seconds. This is when the config agent lets each service helper to process its neutron resources.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|