
Use multiple categories for oslo_messaging options (rpc, amqp, rabbitmq, qpid, zmq) instead of a single rpc category. This patch uses the autohelp script to generate tables and brings a few other updates in the tables. Partial-Bug: #1448119 Change-Id: I05476d97c20469c349b21404c49fccb9a9b77380
51 lines
2.5 KiB
XML
51 lines
2.5 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>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>
|