8b2016b5d0
Include the new tables in the documentation. Fix the cinder-prophetstor_dpl.xml filename and the xiv category. Manually fix those files for niceness test: - glance-logging.xml (lines 34, 38), fixed in oslo-incubator - trove-logging.xml (lines 26, 30), fixed in oslo-incubator - neutron-openvswitch_agent.xml (line 45), to be fixed in neutron Closes-Bug: #1340858 Closes-Bug: #1344231 Closes-Bug: #1345956 Closes-Bug: #1346711 Closes-Bug: #1347978 Partial-Bug: #1348329 Closes-Bug: #1352074 Partial-Bug: #1353417 Closes-Bug: #1354622 Closes-Bug: #1339754 Closes-Bug: #1358598 Closes-Bug: #1358259 Closes-Bug: #1357865 Partial-Bug: #1357457 Closes-Bug: #1357421 Change-Id: Id2da7d7762ca954bd552dbf89a9ff28b144efb68
132 lines
4.4 KiB
XML
132 lines
4.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 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>arp_responder = False</td>
|
|
<td>(BoolOpt) Enable local ARP responder if it is supported</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dont_fragment = True</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>enable_distributed_routing = False</td>
|
|
<td>(BoolOpt) Make the l2 agent run in DVR mode</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>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 <physical_network>:<bridge></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 <physical_network>:<vlan_min>:<vlan_max> or <physical_network></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 <tun_min>:<tun_max></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>use_veth_interconnection = False</td>
|
|
<td>(BoolOpt) Use veths instead of patch ports to interconnect the integration bridge to physical bridges</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|