Files
openstack-manuals/doc/common/tables/neutron-vmware.xml
Gauvain Pocentek 3b418ff7c5 flagmappings: restore the AMQP settings split
Use multiple categories for oslo_messaging options (rpc, amqp, rabbitmq,
qpid, zmq) instead of a single rpc category.

This patch uses the autohelp script to generate tables and brings a few
other updates in the tables.

Partial-Bug: #1448119

Change-Id: I05476d97c20469c349b21404c49fccb9a9b77380
2015-04-30 10:36:07 +02:00

137 lines
5.5 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_vmware">
<caption>Description of VMware 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>default_interface_name</option> = <replaceable>breth0</replaceable></td>
<td>(StrOpt) Name of the interface on a L2 Gateway transport nodewhich should be used by default when setting up a network connection</td>
</tr>
<tr>
<th colspan="2">[OVSVAPP]</th>
</tr>
<tr>
<td><option>agent_driver</option> = <replaceable>networking_vsphere.agent.ovsvapp_agent.OVSvAppL2Agent</replaceable></td>
<td>(StrOpt) OVSvApp Agent implementation.</td>
</tr>
<tr>
<td><option>agent_maintenance</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Turn on this flag during agent updates to help prevent datapath outage.</td>
</tr>
<tr>
<td><option>bridge_mappings</option> = <replaceable></replaceable></td>
<td>(ListOpt) Bridge mappings.</td>
</tr>
<tr>
<td><option>dont_fragment</option> = <replaceable>True</replaceable></td>
<td>(IntOpt) Do not fragment.</td>
</tr>
<tr>
<td><option>integration_bridge</option> = <replaceable>br-int</replaceable></td>
<td>(StrOpt) Integration Bridge.</td>
</tr>
<tr>
<td><option>local_ip</option> = <replaceable></replaceable></td>
<td>(StrOpt) Local IP address of VXLAN tunnel endpoint.</td>
</tr>
<tr>
<td><option>network_manager</option> = <replaceable>networking_vsphere.drivers.manager.VcenterManager</replaceable></td>
<td>(StrOpt) Driver Manager implementation for NetworkDriver.</td>
</tr>
<tr>
<td><option>polling_interval</option> = <replaceable>2</replaceable></td>
<td>(IntOpt) The number of seconds the agent will wait between polling for local device changes.</td>
</tr>
<tr>
<td><option>report_interval</option> = <replaceable>4</replaceable></td>
<td>(IntOpt) Seconds between nodes reporting state to server.</td>
</tr>
<tr>
<td><option>tenant_network_type</option> = <replaceable>vlan</replaceable></td>
<td>(StrOpt) Network type for tenant networks</td>
</tr>
<tr>
<td><option>tunnel_bridge</option> = <replaceable>br-tun</replaceable></td>
<td>(StrOpt) Tunnel Bridge for tunneling.</td>
</tr>
<tr>
<td><option>tunnel_types</option> = <replaceable>vxlan</replaceable></td>
<td>(ListOpt) Tunnel network types supported by the OVSvApp Agent.</td>
</tr>
<tr>
<td><option>veth_mtu</option> = <replaceable>1500</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">[VMWARE]</th>
</tr>
<tr>
<td><option>cert_check</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable SSL certificate check for vCenter.</td>
</tr>
<tr>
<td><option>cert_path</option> = <replaceable>/etc/ssl/certs/certs.pem</replaceable></td>
<td>(StrOpt) Certificate chain path containing cacert of vCenters.</td>
</tr>
<tr>
<td><option>cluster_dvs_mapping</option> = <replaceable>['']</replaceable></td>
<td>(MultiStrOpt) vCenter cluster to DVS mapping.</td>
</tr>
<tr>
<td><option>esx_hostname</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) ESX host name where this OVSvApp is hosted.</td>
</tr>
<tr>
<td><option>esx_maintenance_mode</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Set host into maintenance mode.</td>
</tr>
<tr>
<td><option>https_port</option> = <replaceable>443</replaceable></td>
<td>(IntOpt) Customized https_port for vCenter communication.</td>
</tr>
<tr>
<td><option>vcenter_api_retry_count</option> = <replaceable>5</replaceable></td>
<td>(StrOpt) Number of retries while connecting to vcenter server.</td>
</tr>
<tr>
<td><option>vcenter_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Unique ID of the vCenter Server on which this OVSvApp ishosted</td>
</tr>
<tr>
<td><option>vcenter_ip</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) vCenter server IP.</td>
</tr>
<tr>
<td><option>vcenter_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) vCenter server password.</td>
</tr>
<tr>
<td><option>vcenter_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) vCenter server user name.</td>
</tr>
<tr>
<td><option>wsdl_location</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) vCenter server wsdl location.</td>
</tr>
</tbody>
</table>
</para>