Merge "Neutron config-ref update"
This commit is contained in:
31
doc/common/tables/neutron-ml2_mlnx.xml
Normal file
31
doc/common/tables/neutron-ml2_mlnx.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?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" xml:id="config_table_neutron_ml2_mlnx">
|
||||
<caption>Description of configuration options for ml2_mlnx</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">[ESWITCH]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>apply_profile_patch = False</td>
|
||||
<td>(BoolOpt) Enable server compatibility with old nova</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vnic_type = mlnx_direct</td>
|
||||
<td>(StrOpt) Type of VM network interface: mlnx_direct or hostdev</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
@@ -18,10 +18,6 @@
|
||||
<tr>
|
||||
<th colspan="2">[ESWITCH]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>apply_profile_patch = False</td>
|
||||
<td>(BoolOpt) Enable server compatibility with old nova</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>backoff_rate = 2</td>
|
||||
<td>(IntOpt) backoff rate multiplier for waiting period between retries for request to daemon, i.e. value of 2 will double the request timeout each retry</td>
|
||||
@@ -38,10 +34,6 @@
|
||||
<td>request_timeout = 3000</td>
|
||||
<td>(IntOpt) The number of milliseconds the agent will wait for response on request to daemon.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vnic_type = mlnx_direct</td>
|
||||
<td>(StrOpt) Type of VM network interface: mlnx_direct or hostdev</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[MLNX]</th>
|
||||
</tr>
|
||||
|
@@ -42,6 +42,10 @@
|
||||
<td>key_file = None</td>
|
||||
<td>(StrOpt) Key file</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>path_prefix = </td>
|
||||
<td>(StrOpt) Base URL of OFC REST API. It is prepended to each API request.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>port = 8888</td>
|
||||
<td>(StrOpt) Port to connect to</td>
|
||||
|
@@ -19,8 +19,12 @@
|
||||
<th colspan="2">[SECURITYGROUP]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>firewall_driver = neutron.agent.firewall.NoopFirewallDriver</td>
|
||||
<td>(StrOpt) Driver for Security Groups Firewall</td>
|
||||
<td>enable_security_group = True</td>
|
||||
<td>(BoolOpt) Controls whether the neutron security group API is enabled in the server. It should be false when using no security groups or using the nova security group API.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>firewall_driver = None</td>
|
||||
<td>(StrOpt) Driver for security groups firewall in the L2 agent</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@@ -104,6 +104,10 @@
|
||||
<td>nsx_gen_timeout = -1</td>
|
||||
<td>(IntOpt) Number of seconds a generation id should be valid for (default -1 meaning do not time out)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>replication_mode = service</td>
|
||||
<td>(StrOpt) The default option leverages service nodes to perform packet replication though one could set to this to 'source' to perform replication locally. This is useful if one does not want to deploy a service node(s).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[NSX_DHCP]</th>
|
||||
</tr>
|
||||
|
@@ -75,6 +75,11 @@
|
||||
options</title>
|
||||
<xi:include href="../../common/tables/neutron-ml2_cisco.xml"/>
|
||||
</section>
|
||||
<section xml:id="networking-plugin-ml2_mlnx">
|
||||
<title>Modular Layer 2 (ml2) Mellanox Mechanism configuration
|
||||
options</title>
|
||||
<xi:include href="../../common/tables/neutron-ml2_mlnx.xml"/>
|
||||
</section>
|
||||
<section xml:id="networking-plugin-ml2_odl">
|
||||
<title>Modular Layer 2 (ml2) OpenDaylight Mechanism configuration
|
||||
options</title>
|
||||
|
@@ -227,13 +227,13 @@ CISCO_N1K/tunnel_bridge cisco
|
||||
CISCO_N1K/vxlan_id_ranges cisco
|
||||
CISCO_PLUGINS/nexus_plugin cisco
|
||||
CISCO_PLUGINS/vswitch_plugin cisco
|
||||
ESWITCH/apply_profile_patch mlnx
|
||||
ESWITCH/apply_profile_patch ml2_mlnx
|
||||
ESWITCH/backoff_rate mlnx
|
||||
ESWITCH/daemon_endpoint mlnx
|
||||
ESWITCH/physical_interface_mappings mlnx
|
||||
ESWITCH/request_timeout mlnx
|
||||
ESWITCH/retries vmware
|
||||
ESWITCH/vnic_type mlnx
|
||||
ESWITCH/vnic_type ml2_mlnx
|
||||
HYPERV/network_vlan_ranges hyperv_agent
|
||||
HYPERV/tenant_network_type hyperv_agent
|
||||
LINUX_BRIDGE/physical_interface_mappings linuxbridge_agent
|
||||
@@ -276,6 +276,7 @@ NSX/max_lp_per_bridged_ls vmware
|
||||
NSX/max_lp_per_overlay_ls vmware
|
||||
NSX/metadata_mode vmware
|
||||
NSX/nsx_gen_timeout vmware
|
||||
NSX/replication_mode vmware
|
||||
NSX_DHCP/default_lease_time vmware
|
||||
NSX_DHCP/domain_name vmware
|
||||
NSX_DHCP/extra_domain_name_servers vmware
|
||||
@@ -294,6 +295,7 @@ OFC/driver nec
|
||||
OFC/enable_packet_filter nec
|
||||
OFC/host nec
|
||||
OFC/key_file nec
|
||||
OFC/path_prefix nec
|
||||
OFC/port nec
|
||||
OFC/use_ssl nec
|
||||
OVS/bridge_mappings openvswitch_agent
|
||||
@@ -388,6 +390,7 @@ SDNVE/userid sdnve
|
||||
SDNVE_AGENT/polling_interval sdnve
|
||||
SDNVE_AGENT/root_helper sdnve
|
||||
SDNVE_AGENT/rpc sdnve
|
||||
SECURITYGROUP/enable_security_group securitygroups
|
||||
SECURITYGROUP/firewall_driver securitygroups
|
||||
SWITCH/address brocade
|
||||
SWITCH/ostype brocade
|
||||
|
Reference in New Issue
Block a user