openstack-manuals/doc/common/tables/neutron-securitygroups.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>