d1a357f4ac
Import results of the autohelp.py tool for neutron. Note: I used a non-published version of autohelp.py, with the following patches: https://review.openstack.org/#/c/79076/ https://review.openstack.org/#/c/78138/ Change-Id: Ic002557a2b44222f4f3307e70eacd2d2391b8d18
163 lines
7.0 KiB
XML
163 lines
7.0 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>
|
|
<th colspan="2">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>ofp-listen-host = </td>
|
|
<td>(StrOpt) openflow listen host</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ofp-ssl-listen-port = 6633</td>
|
|
<td>(IntOpt) openflow ssl listen port</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ofp-tcp-listen-port = 6633</td>
|
|
<td>(IntOpt) openflow tcp listen port</td>
|
|
</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>get_datapath_retry_times = 60</td>
|
|
<td>(IntOpt) Number of seconds to retry acquiring an Open vSwitch datapath</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>bridge_mappings = </td>
|
|
<td>(StrOpt) N1K Bridge Mappings</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_tunneling = True</td>
|
|
<td>(BoolOpt) N1K Enable Tunneling</td>
|
|
</tr>
|
|
<tr>
|
|
<td>integration_bridge = br-int</td>
|
|
<td>(StrOpt) N1K Integration Bridge</td>
|
|
</tr>
|
|
<tr>
|
|
<td>local_ip = 10.0.0.3</td>
|
|
<td>(StrOpt) N1K Local IP</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tunnel_bridge = br-tun</td>
|
|
<td>(StrOpt) N1K Tunnel Bridge</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>
|
|
<th colspan="2">[ml2_type_gre]</th>
|
|
</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>
|
|
<th colspan="2">[ml2_type_vlan]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>network_vlan_ranges = </td>
|
|
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> specifying physical_network names usable for VLAN provider and tenant networks, as well as ranges of VLAN tags on each available for allocation to tenant networks.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|