dc7c13a659
This patch regenerates the configuration tables using code from 2014-12-31, or about kilo-1. It also uses new doc-tools code to mark-up options and their default values semantically. Change-Id: Id68a87b69fb80edbc156b9bcb1549cca5e61464b
85 lines
3.1 KiB
XML
85 lines
3.1 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 Nec 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">[OFC]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>api_max_attempts</option> = <replaceable>3</replaceable></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><option>cert_file</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Location of certificate file.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>driver</option> = <replaceable>trema</replaceable></td>
|
|
<td>(StrOpt) Driver to use.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>enable_packet_filter</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Enable packet filter.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>host</option> = <replaceable>127.0.0.1</replaceable></td>
|
|
<td>(StrOpt) Host to connect to.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>insecure_ssl</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Disable SSL certificate verification.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>key_file</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Location of key file.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>path_prefix</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Base URL of OFC REST API. It is prepended to each API request.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>port</option> = <replaceable>8888</replaceable></td>
|
|
<td>(StrOpt) Port to connect to.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>support_packet_filter_on_ofc_router</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Support packet filter on OFC router interface.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>use_ssl</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Use SSL to connect.</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[PROVIDER]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>default_router_provider</option> = <replaceable>l3-agent</replaceable></td>
|
|
<td>(StrOpt) Default router provider to use.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>router_providers</option> = <replaceable>l3-agent, openflow</replaceable></td>
|
|
<td>(ListOpt) List of enabled router providers.</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[fwaas]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>driver</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Name of the FWaaS Driver</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|