
This commit just changes the autogenerated files to match what's output after the following commits in openstack-doc-tools: d740b7f4dd84a2142b7a370ebf3cf10f76c2a651 6708afbef1f4a662fd1b164ce3f635ad71ba7662 Change-Id: Ie48b99deb54877f9857abe94e90c9f160852aa92
104 lines
4.5 KiB
XML
104 lines
4.5 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 openvswitch_agent</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>bridge_mappings = </td>
|
|
<td>(StrOpt) N1K Bridge Mappings</td>
|
|
</tr>
|
|
<tr>
|
|
<td>bridge_mappings = </td>
|
|
<td>(ListOpt) List of <physical_network>:<bridge></td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_tunneling = True</td>
|
|
<td>(BoolOpt) N1K Enable Tunneling</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_tunneling = False</td>
|
|
<td>(BoolOpt) Enable tunneling support</td>
|
|
</tr>
|
|
<tr>
|
|
<td>int_peer_patch_port = patch-tun</td>
|
|
<td>(StrOpt) Peer patch port in integration bridge for tunnel bridge</td>
|
|
</tr>
|
|
<tr>
|
|
<td>integration_bridge = br-int</td>
|
|
<td>(StrOpt) N1K Integration Bridge</td>
|
|
</tr>
|
|
<tr>
|
|
<td>integration_bridge = br-int</td>
|
|
<td>(StrOpt) Integration bridge to use</td>
|
|
</tr>
|
|
<tr>
|
|
<td>l2_population = False</td>
|
|
<td>(BoolOpt) Extension to use alongside ml2 plugin's l2population mechanism driver. It enables the plugin to populate VXLAN forwarding table.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>l2_population = False</td>
|
|
<td>(BoolOpt) Use ml2 l2population mechanism driver to learn remote mac and IPs and improve tunnel scalability</td>
|
|
</tr>
|
|
<tr>
|
|
<td>local_ip = 10.0.0.3</td>
|
|
<td>(StrOpt) N1K Local IP</td>
|
|
</tr>
|
|
<tr>
|
|
<td>local_ip = </td>
|
|
<td>(StrOpt) Local IP address of the VXLAN endpoints.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>local_ip = </td>
|
|
<td>(StrOpt) Local IP address of GRE tunnel endpoints.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tun_peer_patch_port = patch-int</td>
|
|
<td>(StrOpt) Peer patch port in tunnel bridge for integration bridge</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_bridge = br-tun</td>
|
|
<td>(StrOpt) N1K Tunnel Bridge</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_bridge = br-tun</td>
|
|
<td>(StrOpt) Tunnel bridge to use</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_id_ranges = </td>
|
|
<td>(ListOpt) List of <tun_min>:<tun_max></td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_id_ranges = </td>
|
|
<td>(ListOpt) Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges of GRE tunnel IDs that are available for tenant network allocation</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_type = </td>
|
|
<td>(StrOpt) The type of tunnels to use when utilizing tunnels, either 'gre' or 'vxlan'</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_types = </td>
|
|
<td>(ListOpt) Network types supported by the agent (gre and/or vxlan)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>veth_mtu = None</td>
|
|
<td>(IntOpt) MTU size of veth interfaces</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vxlan_udp_port = 4789</td>
|
|
<td>(IntOpt) The UDP port to use for VXLAN tunnels.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para> |