71bf779f1c
Edit section_network-plugins.xml section_network-plugins-ml2.xml Stay removed mlnx (mellanox) Unchanged because of trouble networking-ibm (SDN-VE) octavia Cannot include because of trouble networking-infoblox networking-zvm Consider neutron plugin addition (#1503967) Change-Id: I41272af4ec46c7e7c1c3ce7d6e03c6a40fb0cb25 Partial-Bug: #1407581 Related-Bug: #1503967
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, geneve</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>
|