openstack-manuals/doc/common/tables/neutron-openvswitch_agent.xml
Gauvain Pocentek bb9d38971d Update flags and tables for neutron
Remove unneeded xi:include (metadata agent is not a plug-in)

Provide tables for new plugins and ML2 mechanisms

To avoid breaking the large tables appearance by using xrefs, the
bigswitch table is generated twice (one table for the ML2 mechanism, one
table for the standalone plugin). This is a (hopefully) temporary
change. Tables generations will probably be updated in Juno.

Change-Id: I27573975c83c5b25682135a4ea3ab852fec170ea
Closes-Bug: #1291785
Closes-Bug: #1292317
Closes-Bug: #1292318
Closes-Bug: #1294402
Closes-Bug: #1294405
Closes-Bug: #1294961
2014-03-21 14:54:25 +01:00

117 lines
4.9 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" xml:id="config_table_neutron_openvswitch_agent">
<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>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>ovs_integration_bridge = br-int</td>
<td>(StrOpt) Name of Open vSwitch bridge to use</td>
</tr>
<tr>
<td>ovs_use_veth = False</td>
<td>(BoolOpt) Uses veth for an interface or not</td>
</tr>
<tr>
<td>ovs_vsctl_timeout = 10</td>
<td>(IntOpt) Timeout in seconds for ovs-vsctl commands</td>
</tr>
<tr>
<th colspan="2">[AGENT]</th>
</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>minimize_polling = True</td>
<td>(BoolOpt) Minimize polling by monitoring ovsdb for interface changes.</td>
</tr>
<tr>
<td>ovsdb_monitor_respawn_interval = 30</td>
<td>(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it</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>
<tr>
<th colspan="2">[CISCO_N1K]</th>
</tr>
<tr>
<td>local_ip = 10.0.0.3</td>
<td>(StrOpt) N1K Local IP</td>
</tr>
<tr>
<th colspan="2">[OVS]</th>
</tr>
<tr>
<td>bridge_mappings = </td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;bridge&gt;</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) Integration bridge to use</td>
</tr>
<tr>
<td>local_ip = </td>
<td>(StrOpt) Local IP address of GRE tunnel endpoints.</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;</td>
</tr>
<tr>
<td>tenant_network_type = local</td>
<td>(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)</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) Tunnel bridge to use</td>
</tr>
<tr>
<td>tunnel_id_ranges = </td>
<td>(ListOpt) List of &lt;tun_min&gt;:&lt;tun_max&gt;</td>
</tr>
<tr>
<td>tunnel_type = </td>
<td>(StrOpt) The type of tunnels to use when utilizing tunnels, either 'gre' or 'vxlan'</td>
</tr>
</tbody>
</table>
</para>