Neutron config-ref update

Import new configuration options.

Add the ml2_mlnx table for the Mellanox ML2 mechanism.

Change-Id: Ieda52223360ac452a9741894e2a4f505d9c33a71
Closes-Bug: #1297827
This commit is contained in:
Gauvain Pocentek
2014-03-26 20:07:14 +01:00
parent 03ae164f50
commit 86760911cc
7 changed files with 55 additions and 12 deletions

View 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>

View File

@@ -18,10 +18,6 @@
<tr> <tr>
<th colspan="2">[ESWITCH]</th> <th colspan="2">[ESWITCH]</th>
</tr> </tr>
<tr>
<td>apply_profile_patch = False</td>
<td>(BoolOpt) Enable server compatibility with old nova</td>
</tr>
<tr> <tr>
<td>backoff_rate = 2</td> <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> <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>request_timeout = 3000</td>
<td>(IntOpt) The number of milliseconds the agent will wait for response on request to daemon.</td> <td>(IntOpt) The number of milliseconds the agent will wait for response on request to daemon.</td>
</tr> </tr>
<tr>
<td>vnic_type = mlnx_direct</td>
<td>(StrOpt) Type of VM network interface: mlnx_direct or hostdev</td>
</tr>
<tr> <tr>
<th colspan="2">[MLNX]</th> <th colspan="2">[MLNX]</th>
</tr> </tr>

View File

@@ -42,6 +42,10 @@
<td>key_file = None</td> <td>key_file = None</td>
<td>(StrOpt) Key file</td> <td>(StrOpt) Key file</td>
</tr> </tr>
<tr>
<td>path_prefix = </td>
<td>(StrOpt) Base URL of OFC REST API. It is prepended to each API request.</td>
</tr>
<tr> <tr>
<td>port = 8888</td> <td>port = 8888</td>
<td>(StrOpt) Port to connect to</td> <td>(StrOpt) Port to connect to</td>

View File

@@ -19,8 +19,12 @@
<th colspan="2">[SECURITYGROUP]</th> <th colspan="2">[SECURITYGROUP]</th>
</tr> </tr>
<tr> <tr>
<td>firewall_driver = neutron.agent.firewall.NoopFirewallDriver</td> <td>enable_security_group = True</td>
<td>(StrOpt) Driver for Security Groups Firewall</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> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -104,6 +104,10 @@
<td>nsx_gen_timeout = -1</td> <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> <td>(IntOpt) Number of seconds a generation id should be valid for (default -1 meaning do not time out)</td>
</tr> </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> <tr>
<th colspan="2">[NSX_DHCP]</th> <th colspan="2">[NSX_DHCP]</th>
</tr> </tr>

View File

@@ -75,6 +75,11 @@
options</title> options</title>
<xi:include href="../../common/tables/neutron-ml2_cisco.xml"/> <xi:include href="../../common/tables/neutron-ml2_cisco.xml"/>
</section> </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"> <section xml:id="networking-plugin-ml2_odl">
<title>Modular Layer 2 (ml2) OpenDaylight Mechanism configuration <title>Modular Layer 2 (ml2) OpenDaylight Mechanism configuration
options</title> options</title>

View File

@@ -227,13 +227,13 @@ CISCO_N1K/tunnel_bridge cisco
CISCO_N1K/vxlan_id_ranges cisco CISCO_N1K/vxlan_id_ranges cisco
CISCO_PLUGINS/nexus_plugin cisco CISCO_PLUGINS/nexus_plugin cisco
CISCO_PLUGINS/vswitch_plugin cisco CISCO_PLUGINS/vswitch_plugin cisco
ESWITCH/apply_profile_patch mlnx ESWITCH/apply_profile_patch ml2_mlnx
ESWITCH/backoff_rate mlnx ESWITCH/backoff_rate mlnx
ESWITCH/daemon_endpoint mlnx ESWITCH/daemon_endpoint mlnx
ESWITCH/physical_interface_mappings mlnx ESWITCH/physical_interface_mappings mlnx
ESWITCH/request_timeout mlnx ESWITCH/request_timeout mlnx
ESWITCH/retries vmware ESWITCH/retries vmware
ESWITCH/vnic_type mlnx ESWITCH/vnic_type ml2_mlnx
HYPERV/network_vlan_ranges hyperv_agent HYPERV/network_vlan_ranges hyperv_agent
HYPERV/tenant_network_type hyperv_agent HYPERV/tenant_network_type hyperv_agent
LINUX_BRIDGE/physical_interface_mappings linuxbridge_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/max_lp_per_overlay_ls vmware
NSX/metadata_mode vmware NSX/metadata_mode vmware
NSX/nsx_gen_timeout vmware NSX/nsx_gen_timeout vmware
NSX/replication_mode vmware
NSX_DHCP/default_lease_time vmware NSX_DHCP/default_lease_time vmware
NSX_DHCP/domain_name vmware NSX_DHCP/domain_name vmware
NSX_DHCP/extra_domain_name_servers vmware NSX_DHCP/extra_domain_name_servers vmware
@@ -294,6 +295,7 @@ OFC/driver nec
OFC/enable_packet_filter nec OFC/enable_packet_filter nec
OFC/host nec OFC/host nec
OFC/key_file nec OFC/key_file nec
OFC/path_prefix nec
OFC/port nec OFC/port nec
OFC/use_ssl nec OFC/use_ssl nec
OVS/bridge_mappings openvswitch_agent OVS/bridge_mappings openvswitch_agent
@@ -388,6 +390,7 @@ SDNVE/userid sdnve
SDNVE_AGENT/polling_interval sdnve SDNVE_AGENT/polling_interval sdnve
SDNVE_AGENT/root_helper sdnve SDNVE_AGENT/root_helper sdnve
SDNVE_AGENT/rpc sdnve SDNVE_AGENT/rpc sdnve
SECURITYGROUP/enable_security_group securitygroups
SECURITYGROUP/firewall_driver securitygroups SECURITYGROUP/firewall_driver securitygroups
SWITCH/address brocade SWITCH/address brocade
SWITCH/ostype brocade SWITCH/ostype brocade