openstack-manuals/doc/common/tables/neutron-securitygroups.xml
Gauvain Pocentek 7c0081a59b config-ref: neutron tables update
Change-Id: Ib2a955f7ff9ca46b808a2f8ee5155e83c4eb4f45
2015-04-28 22:33:41 +02:00

47 lines
1.9 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><option>defer_apply</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Enable defer_apply on security bridge.</td>
</tr>
<tr>
<td><option>enable_ipset</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Use ipset to speed-up the iptables based security groups.</td>
</tr>
<tr>
<td><option>enable_security_group</option> = <replaceable>True</replaceable></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><option>firewall_driver</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Driver for security groups firewall in the L2 agent</td>
</tr>
<tr>
<td><option>ovsvapp_firewall_driver</option> = <replaceable>networking_vsphere.drivers.ovs_firewall.OVSFirewallDriver</replaceable></td>
<td>(StrOpt) DriverManager implementation for OVS based Firewall.</td>
</tr>
<tr>
<td><option>security_bridge_mapping</option> = <replaceable>br-sec</replaceable></td>
<td>(StrOpt) &lt;security_bridge&gt;:&lt;phy_interface&gt;</td>
</tr>
</tbody>
</table>
</para>