openstack-manuals/doc/common/tables/neutron-ml2_flat.xml
Justin Hammond 38a2f6094f Move network_vlan_range conf to right place
The neutron configuration has network_vlan_types in the wrong place.
They should be in the tables with their plugins instead of in the common
table 4.1.

NOTE: If someone runs the generator again this change will need to be made
again until the generator is fixed!

Fixes-bug: #1243780
Backport: havana
Change-Id: Ie99afbe1f1ac6071fb1379f0457711976f568461
2013-10-23 20:15:16 +00:00

29 lines
1.4 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">
<caption>Description of configuration options for ml2_flat</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>flat_networks=</td>
<td>(ListOpt) List of physical_network names with which flat networks can be created. Use * to allow flat networks with arbitrary physical_network names.</td>
</tr>
<tr>
<td>network_vlan_ranges=</td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt; specifying physical_network names usable for VLAN provider and tenant networks, as well as ranges of VLAN tags on each available for allocation to tenant networks.</td>
</tr>
</tbody>
</table>
</para>