86760911cc
Import new configuration options. Add the ml2_mlnx table for the Mellanox ML2 mechanism. Change-Id: Ieda52223360ac452a9741894e2a4f505d9c33a71 Closes-Bug: #1297827
32 lines
1.3 KiB
XML
32 lines
1.3 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" xml:id="config_table_neutron_securitygroups">
|
|
<caption>Description of configuration options for securitygroups</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_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>
|