openstack-manuals/doc/common/tables/neutron-nec.xml
Gauvain Pocentek b88212e062 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
2014-06-29 20:55:34 +02:00

81 lines
2.3 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_nec">
<caption>Description of configuration options for nec</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">[OFC]</th>
</tr>
<tr>
<td>api_max_attempts = 3</td>
<td>(IntOpt) Maximum attempts per OFC API request.NEC plugin retries API request to OFC when OFC returns ServiceUnavailable (503).The value must be greater than 0.</td>
</tr>
<tr>
<td>cert_file = None</td>
<td>(StrOpt) Certificate file</td>
</tr>
<tr>
<td>driver = trema</td>
<td>(StrOpt) Driver to use</td>
</tr>
<tr>
<td>enable_packet_filter = True</td>
<td>(BoolOpt) Enable packet filter</td>
</tr>
<tr>
<td>host = 127.0.0.1</td>
<td>(StrOpt) Host to connect to</td>
</tr>
<tr>
<td>insecure_ssl = False</td>
<td>(BoolOpt) Disable SSL certificate verification</td>
</tr>
<tr>
<td>key_file = None</td>
<td>(StrOpt) Key file</td>
</tr>
<tr>
<td>path_prefix = </td>
<td>(StrOpt) Base URL of OFC REST API. It is prepended to each API request.</td>
</tr>
<tr>
<td>port = 8888</td>
<td>(StrOpt) Port to connect to</td>
</tr>
<tr>
<td>use_ssl = False</td>
<td>(BoolOpt) Use SSL to connect</td>
</tr>
<tr>
<th colspan="2">[PROVIDER]</th>
</tr>
<tr>
<td>default_router_provider = l3-agent</td>
<td>(StrOpt) Default router provider to use.</td>
</tr>
<tr>
<td>router_providers = l3-agent, openflow</td>
<td>(ListOpt) List of enabled router providers.</td>
</tr>
<tr>
<th colspan="2">[fwaas]</th>
</tr>
<tr>
<td>driver = </td>
<td>(StrOpt) Name of the FWaaS Driver</td>
</tr>
</tbody>
</table>
</para>