openstack-manuals/doc/common/tables/neutron-openvswitch_agent.xml
Atsushi SAKAI 71bf779f1c Update Config reference for neutron
Edit section_network-plugins.xml
       section_network-plugins-ml2.xml
  Stay removed mlnx (mellanox)

  Unchanged because of trouble
       networking-ibm (SDN-VE)
       octavia

  Cannot include because of trouble
       networking-infoblox
       networking-zvm

  Consider neutron plugin addition (#1503967)

Change-Id: I41272af4ec46c7e7c1c3ce7d6e03c6a40fb0cb25
Partial-Bug: #1407581
Related-Bug: #1503967
2015-10-13 19:36:54 +09:00

153 lines
7.4 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>drop_flows_on_start</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Reset flow table on start. Setting this to True will cause brief traffic interruption.</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_csum</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Set or un-set the tunnel header checksum on outgoing IP packet carrying GRE/VXLAN tunnel.</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">[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>datapath_type</option> = <replaceable>system</replaceable></td>
<td>(StrOpt) OVS datapath to use.</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_connect_timeout</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) Timeout in seconds to wait for the local switch connecting the controller. Used only for 'native' driver.</td>
</tr>
<tr>
<td><option>of_interface</option> = <replaceable>ovs-ofctl</replaceable></td>
<td>(StrOpt) OpenFlow interface to use.</td>
</tr>
<tr>
<td><option>of_listen_address</option> = <replaceable>127.0.0.1</replaceable></td>
<td>(IPOpt) Address to listen on for OpenFlow connections. Used only for 'native' driver.</td>
</tr>
<tr>
<td><option>of_listen_port</option> = <replaceable>6633</replaceable></td>
<td>(IntOpt) Port to listen on for OpenFlow connections. Used only for 'native' driver.</td>
</tr>
<tr>
<td><option>of_request_timeout</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Timeout in seconds to wait for a single OpenFlow request. Used only for 'native' driver.</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>