openstack-manuals/doc/common/tables/neutron-openvswitch_agent.xml
Gauvain Pocentek db162cf2b1 [config-ref] Update neutron options
New tables have been included in the config ref and existing *aas
options have been moved to the same file for consistency.

Change-Id: I7836b7d1358ada1b1392a96581a92551df4cf7b3
Closes-Bug: #1460851
Closes-Bug: #1439648
Partial-Bug: #1452738
Closes-Bug: #1455237
Closes-Bug: #1469932
Closes-Bug: #1470371
2015-07-24 09:13:50 +02:00

132 lines
6.1 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_openvswitch_agent">
<caption>Description of Open vSwitch agent 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">[DEFAULT]</th>
</tr>
<tr>
<td><option>ovs_integration_bridge</option> = <replaceable>br-int</replaceable></td>
<td>(StrOpt) Name of Open vSwitch bridge to use</td>
</tr>
<tr>
<td><option>ovs_use_veth</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Uses veth for an interface or not</td>
</tr>
<tr>
<td><option>ovs_vsctl_timeout</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Timeout in seconds for ovs-vsctl commands</td>
</tr>
<tr>
<th colspan="2">[AGENT]</th>
</tr>
<tr>
<td><option>arp_responder</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable local ARP responder if it is supported. Requires OVS 2.1 and ML2 l2population driver. Allows the switch (when supporting an overlay) to respond to an ARP request locally without performing a costly ARP broadcast into the overlay.</td>
</tr>
<tr>
<td><option>dont_fragment</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel.</td>
</tr>
<tr>
<td><option>enable_distributed_routing</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Make the l2 agent run in DVR mode.</td>
</tr>
<tr>
<td><option>l2_population</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Use ML2 l2population mechanism driver to learn remote MAC and IPs and improve tunnel scalability.</td>
</tr>
<tr>
<td><option>minimize_polling</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Minimize polling by monitoring ovsdb for interface changes.</td>
</tr>
<tr>
<td><option>ovsdb_monitor_respawn_interval</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it.</td>
</tr>
<tr>
<td><option>prevent_arp_spoofing</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Enable suppression of ARP responses that don't match an IP address that belongs to the port from which they originate. Note: This prevents the VMs attached to this agent from spoofing, it doesn't protect them from other devices which have the capability to spoof (e.g. bare metal or VMs attached to agents without this flag set to True). Spoofing rules will not be added to any ports that have port security disabled. For LinuxBridge, this requires ebtables. For OVS, it requires a version that supports matching ARP headers.</td>
</tr>
<tr>
<td><option>quitting_rpc_timeout</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Set new timeout in seconds for new rpc calls after agent receives SIGTERM. If value is set to 0, rpc timeout won't be changed</td>
</tr>
<tr>
<td><option>tunnel_types</option> = <replaceable></replaceable></td>
<td>(ListOpt) Network types supported by the agent (gre and/or vxlan).</td>
</tr>
<tr>
<td><option>veth_mtu</option> = <replaceable>None</replaceable></td>
<td>(IntOpt) MTU size of veth interfaces</td>
</tr>
<tr>
<td><option>vxlan_udp_port</option> = <replaceable>4789</replaceable></td>
<td>(IntOpt) The UDP port to use for VXLAN tunnels.</td>
</tr>
<tr>
<th colspan="2">[CISCO_N1K]</th>
</tr>
<tr>
<td><option>local_ip</option> = <replaceable>10.0.0.3</replaceable></td>
<td>(StrOpt) N1K Local IP</td>
</tr>
<tr>
<th colspan="2">[OVS]</th>
</tr>
<tr>
<td><option>bridge_mappings</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;bridge&gt;. Deprecated for ofagent.</td>
</tr>
<tr>
<td><option>int_peer_patch_port</option> = <replaceable>patch-tun</replaceable></td>
<td>(StrOpt) Peer patch port in integration bridge for tunnel bridge.</td>
</tr>
<tr>
<td><option>integration_bridge</option> = <replaceable>br-int</replaceable></td>
<td>(StrOpt) Integration bridge to use.</td>
</tr>
<tr>
<td><option>local_ip</option> = <replaceable>None</replaceable></td>
<td>(IPOpt) Local IP address of tunnel endpoint.</td>
</tr>
<tr>
<td><option>of_interface</option> = <replaceable>ovs-ofctl</replaceable></td>
<td>(StrOpt) OpenFlow interface to use.</td>
</tr>
<tr>
<td><option>ovsdb_connection</option> = <replaceable>tcp:127.0.0.1:6640</replaceable></td>
<td>(StrOpt) The connection string for the native OVSDB backend</td>
</tr>
<tr>
<td><option>ovsdb_interface</option> = <replaceable>vsctl</replaceable></td>
<td>(StrOpt) The interface for interacting with the OVSDB</td>
</tr>
<tr>
<td><option>tun_peer_patch_port</option> = <replaceable>patch-int</replaceable></td>
<td>(StrOpt) Peer patch port in tunnel bridge for integration bridge.</td>
</tr>
<tr>
<td><option>tunnel_bridge</option> = <replaceable>br-tun</replaceable></td>
<td>(StrOpt) Tunnel bridge to use.</td>
</tr>
<tr>
<td><option>use_veth_interconnection</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Use veths instead of patch ports to interconnect the integration bridge to physical bridges.</td>
</tr>
</tbody>
</table>
</para>