openstack-manuals/doc/common/tables/neutron-vmware.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

164 lines
7.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_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>FortyGigE1/0/1</replaceable></td>
<td>(StrOpt) default_interface_name of the l2 gateway</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>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>enable_ovsvapp_monitor</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) To monitor the OVSvApp Agents.</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>monitoring_ip</option> = <replaceable></replaceable></td>
<td>(StrOpt) IP address for monitoring OVS Status.</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>30</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_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>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>None</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>
<tr>
<th colspan="2">[vmware]</th>
</tr>
<tr>
<td><option>console_delay_seconds</option> = <replaceable>None</replaceable></td>
<td>(IntOpt) Set this value if affected by an increased network latency causing repeated characters when typing in a remote console.</td>
</tr>
<tr>
<td><option>maximum_objects</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) The maximum number of ObjectContent data objects that should be returned in a single result. A positive value will cause the operation to suspend the retrieval when the count of objects reaches the specified maximum. The server may still limit the count to something less than the configured value. Any remaining objects may be retrieved with additional requests.</td>
</tr>
<tr>
<td><option>serial_port_proxy_uri</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Identifies a proxy service that provides network access to the serial_port_service_uri. This option is ignored if serial_port_service_uri is not specified.</td>
</tr>
<tr>
<td><option>serial_port_service_uri</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Identifies the remote system that serial port traffic will be sent to. If this is not set, no serial ports will be added to the created VMs.</td>
</tr>
</tbody>
</table>
</para>