db162cf2b1
New tables have been included in the config ref and existing *aas options have been moved to the same file for consistency. Change-Id: I7836b7d1358ada1b1392a96581a92551df4cf7b3 Closes-Bug: #1460851 Closes-Bug: #1439648 Partial-Bug: #1452738 Closes-Bug: #1455237 Closes-Bug: #1469932 Closes-Bug: #1470371
55 lines
3.0 KiB
XML
55 lines
3.0 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_ml2">
|
|
<caption>Description of ML2 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">[ml2]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>extension_drivers</option> = <replaceable></replaceable></td>
|
|
<td>(ListOpt) An ordered list of extension driver entrypoints to be loaded from the neutron.ml2.extension_drivers namespace.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>external_network_type</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Default network type for external networks when no provider attributes are specified. By default it is None, which means that if provider attributes are not specified while creating external networks then they will have the same type as tenant networks. Allowed values for external_network_type config option depend on the network type values configured in type_drivers config option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>mechanism_drivers</option> = <replaceable></replaceable></td>
|
|
<td>(ListOpt) An ordered list of networking mechanism driver entrypoints to be loaded from the neutron.ml2.mechanism_drivers namespace.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>path_mtu</option> = <replaceable>0</replaceable></td>
|
|
<td>(IntOpt) The maximum permissible size of an unfragmented packet travelling from and to addresses where encapsulated Neutron traffic is sent. If <= 0, the path MTU is indeterminate.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>physical_network_mtus</option> = <replaceable></replaceable></td>
|
|
<td>(ListOpt) A list of mappings of physical networks to MTU values. The format of the mapping is <physnet>:<mtu val>. This mapping allows specifying a physical network MTU value that differs from the default segment_mtu value.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>segment_mtu</option> = <replaceable>0</replaceable></td>
|
|
<td>(IntOpt) The maximum permissible size of an unfragmented packet travelling a L2 network segment. If <= 0, the segment MTU is indeterminate.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>tenant_network_types</option> = <replaceable>local</replaceable></td>
|
|
<td>(ListOpt) Ordered list of network_types to allocate as tenant networks.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>type_drivers</option> = <replaceable>local, flat, vlan, gre, vxlan</replaceable></td>
|
|
<td>(ListOpt) List of network type driver entrypoints to be loaded from the neutron.ml2.type_drivers namespace.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|