openstack-manuals/doc/common/tables/neutron-nec.xml
Shaun McCance 20b6805c04 Update neutron options for icehouse
Also fixed up some duplicate config options due to a bug in autohelp.py.
While working through duplication options, I believe I encountered some
that weren't being output, but I'd rather spend the time fixing the tool
than manually adding those.

Change-Id: I60eb035b97d354bc57168421facafd895ace2a10
2014-01-10 13:30:49 -05:00

57 lines
2.1 KiB
XML

<?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">
<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>
<td>cert_file = None</td>
<td>(StrOpt) Certificate file</td>
</tr>
<tr>
<td>default_router_provider = l3-agent</td>
<td>(StrOpt) Default router provider to use.</td>
</tr>
<tr>
<td>driver = neutron.services.firewall.drivers.fwaas_base.NoopFwaasDriver</td>
<td>(StrOpt) Name of the FWaaS Driver</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>port = 8888</td>
<td>(StrOpt) Port to connect to</td>
</tr>
<tr>
<td>router_providers = l3-agent, openflow</td>
<td>(ListOpt) List of enabled router providers.</td>
</tr>
<tr>
<td>use_ssl = False</td>
<td>(BoolOpt) Use SSL to connect</td>
</tr>
</tbody>
</table>
</para>