ad9faae7c3
Include new tables in the config reference. Closes-Bug: #1366489 Closes-Bug: #1374844 Change-Id: I47883b3e524aba67f82304112a066a281c341be3
35 lines
1.2 KiB
XML
35 lines
1.2 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_securitygroups">
|
|
<caption>Description of security groups 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">[SECURITYGROUP]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_ipset = True</td>
|
|
<td>(BoolOpt) Use ipset to speed-up the iptables based security groups.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_security_group = True</td>
|
|
<td>(BoolOpt) Controls whether the neutron security group API is enabled in the server. It should be false when using no security groups or using the nova security group API.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>firewall_driver = None</td>
|
|
<td>(StrOpt) Driver for security groups firewall in the L2 agent</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|