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
This commit is contained in:
Atsushi SAKAI 2015-10-13 16:56:59 +09:00
parent 496ea31e9a
commit 71bf779f1c
52 changed files with 1481 additions and 561 deletions

View File

@ -25,6 +25,29 @@
<td><option>network_device_mtu</option> = <replaceable>None</replaceable></td> <td><option>network_device_mtu</option> = <replaceable>None</replaceable></td>
<td>(IntOpt) MTU setting for device.</td> <td>(IntOpt) MTU setting for device.</td>
</tr> </tr>
<tr>
<td><option>prefix_delegation_driver</option> = <replaceable>dibbler</replaceable></td>
<td>(StrOpt) Driver used for ipv6 prefix delegation. This needs to be an entry point defined in the neutron.agent.linux.pd_drivers namespace. See setup.cfg for entry points included with the neutron source.</td>
</tr>
<tr>
<td><option>use_rootwrap_daemon</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Start and use a daemon that can run the commands that need to be run with root privileges. This option is usually enabled on nodes that run nova compute processes</td>
</tr>
<tr>
<th colspan="2">[AGENT]</th>
</tr>
<tr>
<td><option>agent_type</option> = <replaceable>Open vSwitch agent</replaceable></td>
<td>(StrOpt) Selects the Agent Type reported</td>
</tr>
<tr>
<td><option>availability_zone</option> = <replaceable>nova</replaceable></td>
<td>(LengthStrOpt) Availability zone of this node</td>
</tr>
<tr>
<td><option>physical_interface_mappings</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;physical_interface&gt;</td>
</tr>
</tbody> </tbody>
</table> </table>
</para> </para>

View File

@ -35,7 +35,7 @@
</tr> </tr>
<tr> <tr>
<td><option>api_paste_config</option> = <replaceable>api-paste.ini</replaceable></td> <td><option>api_paste_config</option> = <replaceable>api-paste.ini</replaceable></td>
<td>(StrOpt) The API paste config file to use</td> <td>(StrOpt) File name for the paste.deploy config for api service</td>
</tr> </tr>
<tr> <tr>
<td><option>backlog</option> = <replaceable>4096</replaceable></td> <td><option>backlog</option> = <replaceable>4096</replaceable></td>
@ -43,11 +43,11 @@
</tr> </tr>
<tr> <tr>
<td><option>client_socket_timeout</option> = <replaceable>900</replaceable></td> <td><option>client_socket_timeout</option> = <replaceable>900</replaceable></td>
<td>(IntOpt) Timeout for client connections socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of '0' means wait forever.</td> <td>(IntOpt) Timeout for client connections' socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of '0' means wait forever.</td>
</tr> </tr>
<tr> <tr>
<td><option>max_header_line</option> = <replaceable>16384</replaceable></td> <td><option>max_header_line</option> = <replaceable>16384</replaceable></td>
<td>(IntOpt) Max header line to accommodate large tokens</td> <td>(IntOpt) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs).</td>
</tr> </tr>
<tr> <tr>
<td><option>pagination_max_limit</option> = <replaceable>-1</replaceable></td> <td><option>pagination_max_limit</option> = <replaceable>-1</replaceable></td>
@ -67,7 +67,7 @@
</tr> </tr>
<tr> <tr>
<td><option>wsgi_keep_alive</option> = <replaceable>True</replaceable></td> <td><option>wsgi_keep_alive</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Determines if connections are allowed to be held open by clients after a request is fulfilled. A value of False will ensure that the socket connection will be explicitly closed once a response has been sent to the client.</td> <td>(BoolOpt) If False, closes the client socket connection explicitly.</td>
</tr> </tr>
<tr> <tr>
<th colspan="2">[oslo_middleware]</th> <th colspan="2">[oslo_middleware]</th>

View File

@ -149,6 +149,10 @@
<td><option>memcache_use_advanced_pool</option> = <replaceable>False</replaceable></td> <td><option>memcache_use_advanced_pool</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) (Optional) Use the advanced (eventlet safe) memcached client pool. The advanced pool will only work under python 2.x.</td> <td>(BoolOpt) (Optional) Use the advanced (eventlet safe) memcached client pool. The advanced pool will only work under python 2.x.</td>
</tr> </tr>
<tr>
<td><option>region_name</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The region in which the identity server can be found.</td>
</tr>
<tr> <tr>
<td><option>revocation_cache_time</option> = <replaceable>10</replaceable></td> <td><option>revocation_cache_time</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Determines the frequency at which the list of revoked tokens is retrieved from the Identity service (in seconds). A high number of revocation events combined with a low cache duration may significantly reduce performance.</td> <td>(IntOpt) Determines the frequency at which the list of revoked tokens is retrieved from the Identity service (in seconds). A high number of revocation events combined with a low cache duration may significantly reduce performance.</td>

View File

@ -0,0 +1,54 @@
<?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_bagpipe">
<caption>Description of BaGpipe BGP 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">[BAGPIPE]</th>
</tr>
<tr>
<td><option>bagpipe_bgp_ip</option> = <replaceable>127.0.0.1</replaceable></td>
<td>(StrOpt) BGP component REST service IP address.</td>
</tr>
<tr>
<td><option>bagpipe_bgp_port</option> = <replaceable>8082</replaceable></td>
<td>(IntOpt) BGP component REST service IP port.</td>
</tr>
<tr>
<td><option>mpls_bridge</option> = <replaceable>br-mpls</replaceable></td>
<td>(StrOpt) OVS MPLS bridge to use</td>
</tr>
<tr>
<td><option>mpls_from_tun_peer_patch_port</option> = <replaceable>patch-from-tun</replaceable></td>
<td>(StrOpt) OVS Peer patch port in MPLS bridge to tunnel bridge (traffic from tunnel bridge)</td>
</tr>
<tr>
<td><option>mpls_to_tun_peer_patch_port</option> = <replaceable>patch-to-tun</replaceable></td>
<td>(StrOpt) OVS Peer patch port in MPLS bridge to tunnel bridge(traffic to tunnel bridge)</td>
</tr>
<tr>
<td><option>ping_interval</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) The number of seconds the BGP component client will wait between polling for restart detection.</td>
</tr>
<tr>
<td><option>tun_from_mpls_peer_patch_port</option> = <replaceable>patch-from-mpls</replaceable></td>
<td>(StrOpt) OVS Peer patch port in tunnel bridge to MPLS bridge (traffic from MPLS bridge)</td>
</tr>
<tr>
<td><option>tun_to_mpls_peer_patch_port</option> = <replaceable>patch-to-mpls</replaceable></td>
<td>(StrOpt) OVS Peer patch port in tunnel bridge to MPLS bridge(traffic to MPLS bridge)</td>
</tr>
</tbody>
</table>
</para>

View File

@ -42,8 +42,8 @@
<td>(ListOpt) Nova compute nodes to manually set VIF type to dvs</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to dvs</td>
</tr> </tr>
<tr> <tr>
<td><option>node_override_vif_hw_veb</option> = <replaceable></replaceable></td> <td><option>node_override_vif_hw_web</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to hw_veb</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to hw_web</td>
</tr> </tr>
<tr> <tr>
<td><option>node_override_vif_hyperv</option> = <replaceable></replaceable></td> <td><option>node_override_vif_hyperv</option> = <replaceable></replaceable></td>
@ -53,6 +53,10 @@
<td><option>node_override_vif_ib_hostdev</option> = <replaceable></replaceable></td> <td><option>node_override_vif_ib_hostdev</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to ib_hostdev</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to ib_hostdev</td>
</tr> </tr>
<tr>
<td><option>node_override_vif_iovisor</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to iovisor</td>
</tr>
<tr> <tr>
<td><option>node_override_vif_ivs</option> = <replaceable></replaceable></td> <td><option>node_override_vif_ivs</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to ivs</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to ivs</td>
@ -73,6 +77,10 @@
<td><option>node_override_vif_unbound</option> = <replaceable></replaceable></td> <td><option>node_override_vif_unbound</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to unbound</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to unbound</td>
</tr> </tr>
<tr>
<td><option>node_override_vif_vhostuser</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to vhostuser</td>
</tr>
<tr> <tr>
<td><option>node_override_vif_vrouter</option> = <replaceable></replaceable></td> <td><option>node_override_vif_vrouter</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to vrouter</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to vrouter</td>
@ -82,7 +90,7 @@
<td>(StrOpt) Virtual interface type to configure on Nova compute nodes</td> <td>(StrOpt) Virtual interface type to configure on Nova compute nodes</td>
</tr> </tr>
<tr> <tr>
<td><option>vif_types</option> = <replaceable>unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, hyperv, midonet, ib_hostdev, hw_veb, dvs, other, distributed, vrouter</replaceable></td> <td><option>vif_types</option> = <replaceable>unbound, binding_failed, distributed, ovs, bridge, other, ivs, iovisor, vhostuser, dvs, 802.1qbg, 802.1qbh, hyperv, midonet, ib_hostdev, hw_web, vrouter</replaceable></td>
<td>(ListOpt) List of allowed vif_type values.</td> <td>(ListOpt) List of allowed vif_type values.</td>
</tr> </tr>
<tr> <tr>
@ -105,7 +113,7 @@
<td>(IntOpt) Time between verifications that the backend controller database is consistent with Neutron. (0 to disable)</td> <td>(IntOpt) Time between verifications that the backend controller database is consistent with Neutron. (0 to disable)</td>
</tr> </tr>
<tr> <tr>
<td><option>neutron_id</option> = <replaceable>neutron-shock</replaceable></td> <td><option>neutron_id</option> = <replaceable>neutron-ubuntu1404-master</replaceable></td>
<td>(StrOpt) User defined identifier for this Neutron deployment</td> <td>(StrOpt) User defined identifier for this Neutron deployment</td>
</tr> </tr>
<tr> <tr>

View File

@ -14,100 +14,6 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<th colspan="2">[CISCO]</th>
</tr>
<tr>
<td><option>model_class</option> = <replaceable>neutron.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2</replaceable></td>
<td>(StrOpt) Model Class</td>
</tr>
<tr>
<td><option>nexus_l3_enable</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable L3 support on the Nexus switches</td>
</tr>
<tr>
<td><option>provider_vlan_auto_create</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Provider VLANs are automatically created as needed on the Nexus switch</td>
</tr>
<tr>
<td><option>provider_vlan_auto_trunk</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Provider VLANs are automatically trunked as needed on the ports of the Nexus switch</td>
</tr>
<tr>
<td><option>provider_vlan_name_prefix</option> = <replaceable>p-</replaceable></td>
<td>(StrOpt) VLAN Name prefix for provider vlans</td>
</tr>
<tr>
<td><option>svi_round_robin</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Distribute SVI interfaces over all switches</td>
</tr>
<tr>
<td><option>vlan_name_prefix</option> = <replaceable>q-</replaceable></td>
<td>(StrOpt) VLAN Name prefix</td>
</tr>
<tr>
<th colspan="2">[CISCO_N1K]</th>
</tr>
<tr>
<td><option>bridge_mappings</option> = <replaceable></replaceable></td>
<td>(StrOpt) N1K Bridge Mappings</td>
</tr>
<tr>
<td><option>default_network_profile</option> = <replaceable>default_network_profile</replaceable></td>
<td>(StrOpt) N1K default network profile</td>
</tr>
<tr>
<td><option>default_policy_profile</option> = <replaceable>service_profile</replaceable></td>
<td>(StrOpt) N1K default policy profile</td>
</tr>
<tr>
<td><option>enable_tunneling</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) N1K Enable Tunneling</td>
</tr>
<tr>
<td><option>http_pool_size</option> = <replaceable>4</replaceable></td>
<td>(IntOpt) Number of threads to use to make HTTP requests</td>
</tr>
<tr>
<td><option>http_timeout</option> = <replaceable>15</replaceable></td>
<td>(IntOpt) N1K http timeout duration in seconds</td>
</tr>
<tr>
<td><option>integration_bridge</option> = <replaceable>br-int</replaceable></td>
<td>(StrOpt) N1K Integration Bridge</td>
</tr>
<tr>
<td><option>network_node_policy_profile</option> = <replaceable>dhcp_pp</replaceable></td>
<td>(StrOpt) N1K policy profile for network node</td>
</tr>
<tr>
<td><option>network_vlan_ranges</option> = <replaceable>vlan:1:4095</replaceable></td>
<td>(StrOpt) N1K Network VLAN Ranges</td>
</tr>
<tr>
<td><option>poll_duration</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) N1K Policy profile polling duration in seconds</td>
</tr>
<tr>
<td><option>restrict_network_profiles</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Restrict tenants from accessing network profiles belonging to some other tenant</td>
</tr>
<tr>
<td><option>restrict_policy_profiles</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Restrict the visibility of policy profiles to the tenants</td>
</tr>
<tr>
<td><option>tenant_network_type</option> = <replaceable>local</replaceable></td>
<td>(StrOpt) N1K Tenant Network Type</td>
</tr>
<tr>
<td><option>tunnel_bridge</option> = <replaceable>br-tun</replaceable></td>
<td>(StrOpt) N1K Tunnel Bridge</td>
</tr>
<tr>
<td><option>vxlan_id_ranges</option> = <replaceable>5000:10000</replaceable></td>
<td>(StrOpt) N1K VXLAN ID Ranges</td>
</tr>
<tr> <tr>
<th colspan="2">[cfg_agent]</th> <th colspan="2">[cfg_agent]</th>
</tr> </tr>
@ -115,10 +21,22 @@
<td><option>device_connection_timeout</option> = <replaceable>30</replaceable></td> <td><option>device_connection_timeout</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) Time in seconds for connecting to a hosting device</td> <td>(IntOpt) Time in seconds for connecting to a hosting device</td>
</tr> </tr>
<tr>
<td><option>fw_svc_helper_class</option> = <replaceable>neutron_fwaas.services.firewall.drivers.cisco.csr_firewall_svc_helper.CsrFirewallServiceHelper</replaceable></td>
<td>(StrOpt) Path of the firewall service helper class.</td>
</tr>
<tr> <tr>
<td><option>hosting_device_dead_timeout</option> = <replaceable>300</replaceable></td> <td><option>hosting_device_dead_timeout</option> = <replaceable>300</replaceable></td>
<td>(IntOpt) The time in seconds until a backlogged hosting device is presumed dead. This value should be set up high enough to recover from a period of connectivity loss or high load when the device may not be responding.</td> <td>(IntOpt) The time in seconds until a backlogged hosting device is presumed dead. This value should be set up high enough to recover from a period of connectivity loss or high load when the device may not be responding.</td>
</tr> </tr>
<tr>
<td><option>routing_svc_helper_class</option> = <replaceable>networking_cisco.plugins.cisco.cfg_agent.service_helpers.routing_svc_helper.RoutingServiceHelper</replaceable></td>
<td>(StrOpt) Path of the routing service helper class.</td>
</tr>
<tr>
<td><option>rpc_loop_interval</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Interval when the process_services() loop executes in seconds. This is when the config agent lets each service helper to process its neutron resources.</td>
</tr>
<tr> <tr>
<th colspan="2">[cisco_csr_ipsec]</th> <th colspan="2">[cisco_csr_ipsec]</th>
</tr> </tr>
@ -172,6 +90,10 @@
<td><option>csr1kv_cfgagent_router_driver</option> = <replaceable>networking_cisco.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver</replaceable></td> <td><option>csr1kv_cfgagent_router_driver</option> = <replaceable>networking_cisco.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver</replaceable></td>
<td>(StrOpt) Config agent driver for CSR1kv.</td> <td>(StrOpt) Config agent driver for CSR1kv.</td>
</tr> </tr>
<tr>
<td><option>csr1kv_configdrive_template</option> = <replaceable>csr1kv_cfg_template</replaceable></td>
<td>(StrOpt) CSR1kv configdrive template file.</td>
</tr>
<tr> <tr>
<td><option>csr1kv_device_driver</option> = <replaceable>networking_cisco.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver</replaceable></td> <td><option>csr1kv_device_driver</option> = <replaceable>networking_cisco.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver</replaceable></td>
<td>(StrOpt) Hosting device driver for CSR1kv.</td> <td>(StrOpt) Hosting device driver for CSR1kv.</td>
@ -203,6 +125,29 @@
<td><option>max_vsm_retries</option> = <replaceable>2</replaceable></td> <td><option>max_vsm_retries</option> = <replaceable>2</replaceable></td>
<td>(IntOpt) Maximum number of retry attempts for VSM REST API.</td> <td>(IntOpt) Maximum number of retry attempts for VSM REST API.</td>
</tr> </tr>
<tr>
<th colspan="2">[n1kv]</th>
</tr>
<tr>
<td><option>management_port_profile</option> = <replaceable>osn_mgmt_pp</replaceable></td>
<td>(StrOpt) Name of N1kv port profile for management ports.</td>
</tr>
<tr>
<td><option>t1_network_profile</option> = <replaceable>osn_t1_np</replaceable></td>
<td>(StrOpt) Name of N1kv network profile for T1 networks (i.e., trunk networks for VXLAN segmented traffic).</td>
</tr>
<tr>
<td><option>t1_port_profile</option> = <replaceable>osn_t1_pp</replaceable></td>
<td>(StrOpt) Name of N1kv port profile for T1 ports (i.e., ports carrying traffic from VXLAN segmented networks).</td>
</tr>
<tr>
<td><option>t2_network_profile</option> = <replaceable>osn_t2_np</replaceable></td>
<td>(StrOpt) Name of N1kv network profile for T2 networks (i.e., trunk networks for VLAN segmented traffic).</td>
</tr>
<tr>
<td><option>t2_port_profile</option> = <replaceable>osn_t2_pp</replaceable></td>
<td>(StrOpt) Name of N1kv port profile for T2 ports (i.e., ports carrying traffic from VLAN segmented networks).</td>
</tr>
</tbody> </tbody>
</table> </table>
</para> </para>

View File

@ -27,7 +27,7 @@
</tr> </tr>
<tr> <tr>
<td><option>admin_user</option> = <replaceable>None</replaceable></td> <td><option>admin_user</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Admin username</td> <td>(StrOpt) Admin user</td>
</tr> </tr>
<tr> <tr>
<td><option>agent_down_time</option> = <replaceable>75</replaceable></td> <td><option>agent_down_time</option> = <replaceable>75</replaceable></td>
@ -82,7 +82,7 @@
<td>(StrOpt) Default IPv6 subnet-pool to be used for automatic subnet CIDR allocation</td> <td>(StrOpt) Default IPv6 subnet-pool to be used for automatic subnet CIDR allocation</td>
</tr> </tr>
<tr> <tr>
<td><option>device_driver</option> = <replaceable>['neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver']</replaceable></td> <td><option>device_driver</option> = <replaceable>['neutron_lbaas.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver']</replaceable></td>
<td>(MultiStrOpt) Drivers used to manage loadbalancing devices</td> <td>(MultiStrOpt) Drivers used to manage loadbalancing devices</td>
</tr> </tr>
<tr> <tr>
@ -107,11 +107,7 @@
</tr> </tr>
<tr> <tr>
<td><option>dhcp_domain</option> = <replaceable>openstacklocal</replaceable></td> <td><option>dhcp_domain</option> = <replaceable>openstacklocal</replaceable></td>
<td>(StrOpt) Domain to use for building the hostnames</td> <td>(StrOpt) Domain to use for building the hostnames.This option is deprecated. It has been moved to neutron.conf as dns_domain. It will removed from here in a future release</td>
</tr>
<tr>
<td><option>dhcp_driver</option> = <replaceable>neutron.agent.linux.dhcp.Dnsmasq</replaceable></td>
<td>(StrOpt) The driver used to manage the DHCP server.</td>
</tr> </tr>
<tr> <tr>
<td><option>dhcp_lease_duration</option> = <replaceable>86400</replaceable></td> <td><option>dhcp_lease_duration</option> = <replaceable>86400</replaceable></td>
@ -121,14 +117,30 @@
<td><option>dhcp_load_type</option> = <replaceable>networks</replaceable></td> <td><option>dhcp_load_type</option> = <replaceable>networks</replaceable></td>
<td>(StrOpt) Representing the resource type whose load is being reported by the agent. This can be "networks", "subnets" or "ports". When specified (Default is networks), the server will extract particular load sent as part of its agent configuration object from the agent report state, which is the number of resources being consumed, at every report_interval.dhcp_load_type can be used in combination with network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler When the network_scheduler_driver is WeightScheduler, dhcp_load_type can be configured to represent the choice for the resource being balanced. Example: dhcp_load_type=networks</td> <td>(StrOpt) Representing the resource type whose load is being reported by the agent. This can be "networks", "subnets" or "ports". When specified (Default is networks), the server will extract particular load sent as part of its agent configuration object from the agent report state, which is the number of resources being consumed, at every report_interval.dhcp_load_type can be used in combination with network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler When the network_scheduler_driver is WeightScheduler, dhcp_load_type can be configured to represent the choice for the resource being balanced. Example: dhcp_load_type=networks</td>
</tr> </tr>
<tr>
<td><option>dns_domain</option> = <replaceable>openstacklocal</replaceable></td>
<td>(StrOpt) Domain to use for building the hostnames</td>
</tr>
<tr>
<td><option>enable_new_agents</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Agent starts with admin_state_up=False when enable_new_agents=False. In the case, user's resources will not be scheduled automatically to the agent until admin changes admin_state_up to True.</td>
</tr>
<tr> <tr>
<td><option>enable_services_on_agents_with_admin_state_down</option> = <replaceable>False</replaceable></td> <td><option>enable_services_on_agents_with_admin_state_down</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable services on an agent with admin_state_up False. If this option is False, when admin_state_up of an agent is turned False, services on it will be disabled. Agents with admin_state_up False are not selected for automatic scheduling regardless of this option. But manual scheduling to such agents is available if this option is True.</td> <td>(BoolOpt) Enable services on an agent with admin_state_up False. If this option is False, when admin_state_up of an agent is turned False, services on it will be disabled. Agents with admin_state_up False are not selected for automatic scheduling regardless of this option. But manual scheduling to such agents is available if this option is True.</td>
</tr> </tr>
<tr> <tr>
<td><option>endpoint_type</option> = <replaceable>publicURL</replaceable></td> <td><option>endpoint_type</option> = <replaceable>adminURL</replaceable></td>
<td>(StrOpt) Network service endpoint type to pull from the keystone catalog</td> <td>(StrOpt) Network service endpoint type to pull from the keystone catalog</td>
</tr> </tr>
<tr>
<td><option>endpoint_url</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Neutron endpoint URL, if not set will use endpoint from the keystone catalog along with endpoint_type</td>
</tr>
<tr>
<td><option>executor_thread_pool_size</option> = <replaceable>64</replaceable></td>
<td>(IntOpt) Size of executor thread pool.</td>
</tr>
<tr> <tr>
<td><option>force_gateway_on_subnet</option> = <replaceable>True</replaceable></td> <td><option>force_gateway_on_subnet</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Ensure that configured gateway is on subnet. For IPv6, validate only if gateway is not a link local address. Deprecated, to be removed during the K release, at which point the check will be mandatory.</td> <td>(BoolOpt) Ensure that configured gateway is on subnet. For IPv6, validate only if gateway is not a link local address. Deprecated, to be removed during the K release, at which point the check will be mandatory.</td>
@ -189,6 +201,10 @@
<td><option>report_interval</option> = <replaceable>300</replaceable></td> <td><option>report_interval</option> = <replaceable>300</replaceable></td>
<td>(IntOpt) Interval between two metering reports</td> <td>(IntOpt) Interval between two metering reports</td>
</tr> </tr>
<tr>
<td><option>rootwrap_config</option> = <replaceable>/etc/nova/rootwrap.conf</replaceable></td>
<td>(StrOpt) Path to the rootwrap configuration file to use for running commands as root</td>
</tr>
<tr> <tr>
<td><option>state_path</option> = <replaceable>/var/lib/neutron</replaceable></td> <td><option>state_path</option> = <replaceable>/var/lib/neutron</replaceable></td>
<td>(StrOpt) Where to store Neutron state files. This directory must be writable by the agent.</td> <td>(StrOpt) Where to store Neutron state files. This directory must be writable by the agent.</td>
@ -220,39 +236,12 @@
<td><option>root_helper_daemon</option> = <replaceable>None</replaceable></td> <td><option>root_helper_daemon</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Root helper daemon application to use when possible.</td> <td>(StrOpt) Root helper daemon application to use when possible.</td>
</tr> </tr>
<tr>
<th colspan="2">[PROXY]</th>
</tr>
<tr>
<td><option>admin_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Admin password</td>
</tr>
<tr>
<td><option>admin_tenant_name</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Admin tenant name</td>
</tr>
<tr>
<td><option>admin_user</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Admin user</td>
</tr>
<tr>
<td><option>auth_region</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Authentication region</td>
</tr>
<tr>
<td><option>auth_strategy</option> = <replaceable>keystone</replaceable></td>
<td>(StrOpt) The type of authentication to use</td>
</tr>
<tr>
<td><option>auth_url</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Authentication URL</td>
</tr>
<tr> <tr>
<th colspan="2">[certificates]</th> <th colspan="2">[certificates]</th>
</tr> </tr>
<tr> <tr>
<td><option>cert_manager_class</option> = <replaceable>neutron_lbaas.common.cert_manager.barbican_cert_manager</replaceable></td> <td><option>cert_manager_type</option> = <replaceable>barbican</replaceable></td>
<td>(StrOpt) Certificate Manager plugin. Defaults to neutron_lbaas.common.cert_manager.barbican_cert_manager.</td> <td>(StrOpt) Certificate Manager plugin. Defaults to barbican.</td>
</tr> </tr>
<tr> <tr>
<td><option>storage_path</option> = <replaceable>/var/lib/neutron-lbaas/certificates/</replaceable></td> <td><option>storage_path</option> = <replaceable>/var/lib/neutron-lbaas/certificates/</replaceable></td>
@ -272,6 +261,13 @@
<td><option>memcached_servers</option> = <replaceable>None</replaceable></td> <td><option>memcached_servers</option> = <replaceable>None</replaceable></td>
<td>(ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process.</td> <td>(ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process.</td>
</tr> </tr>
<tr>
<th colspan="2">[qos]</th>
</tr>
<tr>
<td><option>notification_drivers</option> = <replaceable>message_queue</replaceable></td>
<td>(ListOpt) Drivers list to use to send the update notification</td>
</tr>
</tbody> </tbody>
</table> </table>
</para> </para>

View File

@ -21,6 +21,14 @@
<td><option>advertise_mtu</option> = <replaceable>False</replaceable></td> <td><option>advertise_mtu</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) If True, effort is made to advertise MTU settings to VMs via network methods (DHCP and RA MTU options) when the network's preferred MTU is known.</td> <td>(BoolOpt) If True, effort is made to advertise MTU settings to VMs via network methods (DHCP and RA MTU options) when the network's preferred MTU is known.</td>
</tr> </tr>
<tr>
<td><option>dhcp_driver</option> = <replaceable>neutron.agent.linux.dhcp.Dnsmasq</replaceable></td>
<td>(StrOpt) The driver used to manage the DHCP server.</td>
</tr>
<tr>
<td><option>dnsmasq_base_log_dir</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Base log dir for dnsmasq logging. The log contains DHCP and DNS log information and is useful for debugging issues with either DHCP or DNS. If this section is null, disable dnsmasq log.</td>
</tr>
<tr> <tr>
<td><option>dnsmasq_config_file</option> = <replaceable></replaceable></td> <td><option>dnsmasq_config_file</option> = <replaceable></replaceable></td>
<td>(StrOpt) Override the default dnsmasq settings with this file</td> <td>(StrOpt) Override the default dnsmasq settings with this file</td>
@ -41,6 +49,10 @@
<td><option>enable_metadata_network</option> = <replaceable>False</replaceable></td> <td><option>enable_metadata_network</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Allows for serving metadata requests from a dedicated network. Requires enable_isolated_metadata = True</td> <td>(BoolOpt) Allows for serving metadata requests from a dedicated network. Requires enable_isolated_metadata = True</td>
</tr> </tr>
<tr>
<td><option>force_metadata</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Force to use DHCP to get Metadata on all networks.</td>
</tr>
<tr> <tr>
<td><option>num_sync_threads</option> = <replaceable>4</replaceable></td> <td><option>num_sync_threads</option> = <replaceable>4</replaceable></td>
<td>(IntOpt) Number of threads to use during sync process.</td> <td>(IntOpt) Number of threads to use during sync process.</td>

View File

@ -21,25 +21,33 @@
<td><option>api_retry_count</option> = <replaceable>10</replaceable></td> <td><option>api_retry_count</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) The number of times we retry on failures, e.g., socket error, etc.</td> <td>(IntOpt) The number of times we retry on failures, e.g., socket error, etc.</td>
</tr> </tr>
<tr>
<td><option>ca_file</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Specify a CA bundle file to use in verifying the vCenter server certificate.</td>
</tr>
<tr> <tr>
<td><option>dvs_name</option> = <replaceable>None</replaceable></td> <td><option>dvs_name</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The name of the preconfigured DVS.</td> <td>(StrOpt) The name of the preconfigured DVS.</td>
</tr> </tr>
<tr> <tr>
<td><option>host_ip</option> = <replaceable>None</replaceable></td> <td><option>host_ip</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Hostname or IP address for connection to VMware VC host.</td> <td>(StrOpt) Hostname or IP address for connection to VMware vCenter host.</td>
</tr> </tr>
<tr> <tr>
<td><option>host_password</option> = <replaceable>None</replaceable></td> <td><option>host_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Password for connection to VMware VC host.</td> <td>(StrOpt) Password for connection to VMware vCenter host.</td>
</tr> </tr>
<tr> <tr>
<td><option>host_port</option> = <replaceable>443</replaceable></td> <td><option>host_port</option> = <replaceable>443</replaceable></td>
<td>(IntOpt) Port for connection to VMware VC host.</td> <td>(IntOpt) Port for connection to VMware vCenter host.</td>
</tr> </tr>
<tr> <tr>
<td><option>host_username</option> = <replaceable>None</replaceable></td> <td><option>host_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Username for connection to VMware VC host.</td> <td>(StrOpt) Username for connection to VMware vCenter host.</td>
</tr>
<tr>
<td><option>insecure</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) If true, the vCenter server certificate is not verified. If false, then the default CA truststore is used for verification. This option is ignored if "ca_file" is set.</td>
</tr> </tr>
<tr> <tr>
<td><option>task_poll_interval</option> = <replaceable>0.5</replaceable></td> <td><option>task_poll_interval</option> = <replaceable>0.5</replaceable></td>

View File

@ -0,0 +1,50 @@
<?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_fujitsu_cfab">
<caption>Description of FUJITSU Converged Fabric Switch 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">[fujitsu_cfab]</th>
</tr>
<tr>
<td><option>address</option> = <replaceable></replaceable></td>
<td>(StrOpt) The address of the C-Fabric to telnet to.</td>
</tr>
<tr>
<td><option>password</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The C-Fabric password to use.</td>
</tr>
<tr>
<td><option>physical_networks</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;vfab_id&gt; tuples specifying physical_network names and corresponding vfab ids.</td>
</tr>
<tr>
<td><option>pprofile_prefix</option> = <replaceable></replaceable></td>
<td>(StrOpt) The prefix string for pprofile name.</td>
</tr>
<tr>
<td><option>save_config</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Whether to save configuration.</td>
</tr>
<tr>
<td><option>share_pprofile</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Whether to share a C-Fabric pprofile among Neutron ports using the same VLAN ID.</td>
</tr>
<tr>
<td><option>username</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The C-Fabric username to use.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,46 @@
<?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_fujitsu_ism">
<caption>Description of FUJITSU Software ServerView Infrastructure Manager 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">[fujitsu_ism]</th>
</tr>
<tr>
<td><option>address</option> = <replaceable>furukawa-ism</replaceable></td>
<td>(StrOpt) The IP address or hostname of the ISM.</td>
</tr>
<tr>
<td><option>certificate_authority</option> = <replaceable>/etc/neutron/plugins/ml2/fujitsu/server.crt</replaceable></td>
<td>(StrOpt) The certification authority for ISM.</td>
</tr>
<tr>
<td><option>password</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The ISM password to use.</td>
</tr>
<tr>
<td><option>port</option> = <replaceable>25566</replaceable></td>
<td>(StrOpt) The port number of the ISM.</td>
</tr>
<tr>
<td><option>timeout</option> = <replaceable>30</replaceable></td>
<td>(StrOpt) The API timeout value for ISM.</td>
</tr>
<tr>
<td><option>username</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The ISM username to use.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -29,6 +29,10 @@
<td><option>metrics_max_retries</option> = <replaceable>100</replaceable></td> <td><option>metrics_max_retries</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Specifies the maximum number of retries to enable Hyper-V's port metrics collection. The agent will try to enable the feature once every polling_interval period for at most metrics_max_retries or until it succeedes.</td> <td>(IntOpt) Specifies the maximum number of retries to enable Hyper-V's port metrics collection. The agent will try to enable the feature once every polling_interval period for at most metrics_max_retries or until it succeedes.</td>
</tr> </tr>
<tr>
<td><option>neutron_metadata_address</option> = <replaceable>169.254.169.254</replaceable></td>
<td>(StrOpt) Specifies the address which will serve the metadata for the instance.</td>
</tr>
<tr> <tr>
<td><option>physical_network_vswitch_mappings</option> = <replaceable></replaceable></td> <td><option>physical_network_vswitch_mappings</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;vswitch&gt; where the physical networks can be expressed with wildcards, e.g.: ."*:external"</td> <td>(ListOpt) List of &lt;physical_network&gt;:&lt;vswitch&gt; where the physical networks can be expressed with wildcards, e.g.: ."*:external"</td>
@ -37,6 +41,21 @@
<td><option>polling_interval</option> = <replaceable>2</replaceable></td> <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> <td>(IntOpt) The number of seconds the agent will wait between polling for local device changes.</td>
</tr> </tr>
<tr>
<th colspan="2">[NVGRE]</th>
</tr>
<tr>
<td><option>enable_support</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enables Hyper-V NVGRE. Requires Windows Server 2012 or above.</td>
</tr>
<tr>
<td><option>provider_tunnel_ip</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Specifies the tunnel IP which will be used and reported by this host for NVGRE networks.</td>
</tr>
<tr>
<td><option>provider_vlan_id</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) Specifies the VLAN ID of the physical network, required for setting the NVGRE Provider Address.</td>
</tr>
<tr> <tr>
<th colspan="2">[hyperv]</th> <th colspan="2">[hyperv]</th>
</tr> </tr>
@ -44,6 +63,37 @@
<td><option>force_hyperv_utils_v1</option> = <replaceable>False</replaceable></td> <td><option>force_hyperv_utils_v1</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Force V1 WMI utility classes</td> <td>(BoolOpt) Force V1 WMI utility classes</td>
</tr> </tr>
<tr>
<th colspan="2">[neutron]</th>
</tr>
<tr>
<td><option>admin_auth_url</option> = <replaceable>http://localhost:5000/v2.0</replaceable></td>
<td>(StrOpt) auth url for connecting to neutron in admin context</td>
</tr>
<tr>
<td><option>admin_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) password for connecting to neutron in admin context</td>
</tr>
<tr>
<td><option>admin_tenant_name</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) tenant name for connecting to neutron in admin context</td>
</tr>
<tr>
<td><option>admin_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) username for connecting to neutron in admin context</td>
</tr>
<tr>
<td><option>auth_strategy</option> = <replaceable>keystone</replaceable></td>
<td>(StrOpt) auth strategy for connecting to neutron in admin context</td>
</tr>
<tr>
<td><option>url</option> = <replaceable>http://127.0.0.1:9696</replaceable></td>
<td>(StrOpt) URL for connecting to neutron</td>
</tr>
<tr>
<td><option>url_timeout</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) timeout value for connecting to neutron in seconds</td>
</tr>
</tbody> </tbody>
</table> </table>
</para> </para>

View File

@ -0,0 +1,26 @@
<?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_l2_agent">
<caption>Description of L2 agent extension 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">[agent]</th>
</tr>
<tr>
<td><option>extensions</option> = <replaceable></replaceable></td>
<td>(ListOpt) Extensions list to use</td>
</tr>
</tbody>
</table>
</para>

View File

@ -40,6 +40,10 @@
<tr> <tr>
<th colspan="2">[ovsdb]</th> <th colspan="2">[ovsdb]</th>
</tr> </tr>
<tr>
<td><option>enable_manager</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Set to True if ovsdb Manager manages the client</td>
</tr>
<tr> <tr>
<td><option>l2_gw_agent_ca_cert_base_path</option> = <replaceable>None</replaceable></td> <td><option>l2_gw_agent_ca_cert_base_path</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Trusted issuer CA cert</td> <td>(StrOpt) Trusted issuer CA cert</td>

View File

@ -81,6 +81,14 @@
<td><option>l3_ha_net_cidr</option> = <replaceable>169.254.192.0/18</replaceable></td> <td><option>l3_ha_net_cidr</option> = <replaceable>169.254.192.0/18</replaceable></td>
<td>(StrOpt) Subnet used for the l3 HA admin network.</td> <td>(StrOpt) Subnet used for the l3 HA admin network.</td>
</tr> </tr>
<tr>
<td><option>l3_ha_network_physical_name</option> = <replaceable></replaceable></td>
<td>(StrOpt) The physical network name with which the HA network can be created.</td>
</tr>
<tr>
<td><option>l3_ha_network_type</option> = <replaceable></replaceable></td>
<td>(StrOpt) The network type to use when creating the HA network for an HA router. By default or if empty, the first 'tenant_network_types' is used. This is helpful when the VRRP traffic should use a specific network which is not the default one.</td>
</tr>
<tr> <tr>
<td><option>max_l3_agents_per_router</option> = <replaceable>3</replaceable></td> <td><option>max_l3_agents_per_router</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) Maximum number of agents on which a router will be scheduled.</td> <td>(IntOpt) Maximum number of agents on which a router will be scheduled.</td>

View File

@ -17,6 +17,10 @@
<tr> <tr>
<th colspan="2">[DEFAULT]</th> <th colspan="2">[DEFAULT]</th>
</tr> </tr>
<tr>
<td><option>interface_driver</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The driver used to manage the virtual interface.</td>
</tr>
<tr> <tr>
<td><option>loadbalancer_pool_scheduler_driver</option> = <replaceable>neutron_lbaas.services.loadbalancer.agent_scheduler.ChanceScheduler</replaceable></td> <td><option>loadbalancer_pool_scheduler_driver</option> = <replaceable>neutron_lbaas.services.loadbalancer.agent_scheduler.ChanceScheduler</replaceable></td>
<td>(StrOpt) Driver to use for scheduling pool to a default loadbalancer agent</td> <td>(StrOpt) Driver to use for scheduling pool to a default loadbalancer agent</td>
@ -26,74 +30,55 @@
<td>(StrOpt) Driver to use for scheduling to a default loadbalancer agent</td> <td>(StrOpt) Driver to use for scheduling to a default loadbalancer agent</td>
</tr> </tr>
<tr> <tr>
<th colspan="2">[quotas]</th> <td><option>periodic_interval</option> = <replaceable>40</replaceable></td>
<td>(IntOpt) Seconds between running periodic tasks</td>
</tr> </tr>
<tr> <tr>
<td><option>quota_vip</option> = <replaceable>10</replaceable></td> <td><option>loadbalancer_scheduler_driver</option> = <replaceable>neutron_lbaas.agent_scheduler.ChanceScheduler</replaceable></td>
<td>(StrOpt) Number of vips allowed per tenant.A negative value means unlimited.</td> <td>(StrOpt) Driver to use for scheduling to a default loadbalancer agent</td>
</tr> </tr>
<tr> <tr>
<td><option>quota_pool</option> = <replaceable>10</replaceable></td> <td><option>loadbalancer_pool_scheduler_driver</option> = <replaceable>neutron_lbaas.services.loadbalancer.agent_scheduler.ChanceScheduler</replaceable></td>
<td>(StrOpt) Number of pools allowed per tenant.A negative value means unlimited.</td> <td>(StrOpt) Driver to use for scheduling pool to a default loadbalancer agent</td>
</tr>
<tr>
<td><option>quota_member</option> = <replaceable>-1</replaceable></td>
<td>(StrOpt) Number of pool members allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_health_monitor</option> = <replaceable>-1</replaceable></td>
<td>(StrOpt) Number of health monitors allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_loadbalancer</option> = <replaceable>10</replaceable></td>
<td>(StrOpt) Number of loadbalancers allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_listener</option> = <replaceable>-1</replaceable></td>
<td>(StrOpt) Number of listeners allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_healthmonitor</option> = <replaceable>-1</replaceable></td>
<td>(StrOpt) Number of v2 health monitors allowed per tenant. A negative value means unlimited.</td>
</tr> </tr>
<tr> <tr>
<th colspan="2">[service_auth]</th> <th colspan="2">[service_auth]</th>
</tr> </tr>
<tr> <tr>
<td><option>auth_url</option> = <replaceable>http://127.0.0.1:5000/v2.0</replaceable></td> <td><option>auth_url</option> = <replaceable>http://127.0.0.1:5000/v2.0</replaceable></td>
<td>(StrOpt) An auth_url that points to the root of a V2 identity server.</td> <td>(StrOpt) Authentication endpoint</td>
</tr> </tr>
<tr> <tr>
<td><option>admin_tenant_name</option> = <replaceable>%SERVICE_TENANT_NAME%</replaceable></td> <td><option>admin_tenant_name</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) Service tenant name.</td> <td>(StrOpt) The service admin tenant name</td>
</tr> </tr>
<tr> <tr>
<td><option>admin_user</option> = <replaceable>%SERVICE_USER%</replaceable></td> <td><option>admin_user</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) Service user.</td> <td>(StrOpt) The service admin user name</td>
</tr> </tr>
<tr> <tr>
<td><option>admin_password</option> = <replaceable>%SERVICE_PASSWORD%</replaceable></td> <td><option>admin_password</option> = <replaceable>password</replaceable></td>
<td>(StrOpt) Service password.</td> <td>(StrOpt) The service admin password</td>
</tr> </tr>
<tr> <tr>
<td><option>admin_user_domain</option> = <replaceable>%SERVICE_USER_DOMAIN%</replaceable></td> <td><option>admin_user_domain</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) Service User Domain.</td> <td>(StrOpt) The admin user domain name</td>
</tr> </tr>
<tr> <tr>
<td><option>admin_project_domain</option> = <replaceable>%SERVICE_PROJECT_DOMAIN%</replaceable></td> <td><option>admin_project_domain</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) Service Project Domain.</td> <td>(StrOpt) The admin project domain name</td>
</tr> </tr>
<tr> <tr>
<td><option>region</option> = <replaceable>%REGION%</replaceable></td> <td><option>region</option> = <replaceable>RegionOne</replaceable></td>
<td>(StrOpt) Region.</td> <td>(StrOpt) The deployment region</td>
</tr> </tr>
<tr> <tr>
<td><option>service_name</option> = <replaceable>lbaas</replaceable></td> <td><option>service_name</option> = <replaceable>lbaas</replaceable></td>
<td>(StrOpt) The name of the service.</td> <td>(StrOpt) The name of the service</td>
</tr> </tr>
<tr> <tr>
<td><option>auth_version</option> = <replaceable>2</replaceable></td> <td><option>auth_version</option> = <replaceable>2</replaceable></td>
<td>(StrOpt) The version of service authorization.</td> <td>(StrOpt) The auth version used to authenticate</td>
</tr> </tr>
<tr> <tr>
<th colspan="2">[service_providers]</th> <th colspan="2">[service_providers]</th>
@ -111,7 +96,46 @@
</tr> </tr>
<tr> <tr>
<td><option>storage_path</option> = <replaceable>/var/lib/neutron-lbaas/certificates/</replaceable></td> <td><option>storage_path</option> = <replaceable>/var/lib/neutron-lbaas/certificates/</replaceable></td>
<td>(StrOpt) Absolute path of the certificate storage directory. Defaults to /var/lib/magnum/certificates/.</td> <td>(StrOpt) Absolute path to the certificate storage directory. Defaults to env[OS_LBAAS_TLS_STORAGE].</td>
</tr>
<tr>
<th colspan="2">[service_auth]</th>
</tr>
<tr>
<td><option>admin_password</option> = <replaceable>password</replaceable></td>
<td>(StrOpt) The service admin password</td>
</tr>
<tr>
<td><option>admin_project_domain</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The admin project domain name</td>
</tr>
<tr>
<td><option>admin_tenant_name</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The service admin tenant name</td>
</tr>
<tr>
<td><option>admin_user</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The service admin user name</td>
</tr>
<tr>
<td><option>admin_user_domain</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The admin user domain name</td>
</tr>
<tr>
<td><option>auth_url</option> = <replaceable>http://127.0.0.1:5000/v2.0</replaceable></td>
<td>(StrOpt) Authentication endpoint</td>
</tr>
<tr>
<td><option>auth_version</option> = <replaceable>2</replaceable></td>
<td>(StrOpt) The auth version used to authenticate</td>
</tr>
<tr>
<td><option>region</option> = <replaceable>RegionOne</replaceable></td>
<td>(StrOpt) The deployment region</td>
</tr>
<tr>
<td><option>service_name</option> = <replaceable>lbaas</replaceable></td>
<td>(StrOpt) The name of the service</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -18,24 +18,24 @@
<th colspan="2">[DEFAULT]</th> <th colspan="2">[DEFAULT]</th>
</tr> </tr>
<tr> <tr>
<td><option>debug</option> = <replaceable>False</replaceable></td> <td><option>periodic_interval</option> = <replaceable>40</replaceable></td>
<td>(StrOpt) Show debugging output in log (sets DEBUG log level output)..</td> <td>(IntOpt) Seconds between running periodic tasks</td>
</tr> </tr>
<tr> <tr>
<td><option>periodic_interval</option> = <replaceable>10</replaceable></td> <td><option>interface_driver</option> = <replaceable>None</replaceable></td>
<td>(IntOpt) Seconds between periodic task runs</td>
</tr>
<tr>
<td><option>interface_driver</option> = <replaceable>neutron.agent.linux.interface.OVSInterfaceDriver</replaceable></td>
<td>(StrOpt) The driver used to manage the virtual interface.</td> <td>(StrOpt) The driver used to manage the virtual interface.</td>
</tr> </tr>
<tr> <tr>
<td><option>ovs_use_veth</option> = <replaceable>False</replaceable></td> <td><option>debug</option> = <replaceable>False</replaceable></td>
<td>(StrOpt) Use veth for an OVS interface or not.</td> <td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default INFO level).</td>
</tr> </tr>
<tr> <tr>
<td><option>device_driver</option> = <replaceable>neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver</replaceable></td> <td><option>ovs_use_veth</option> = <replaceable>False</replaceable></td>
<td>(StrOpt) The agent requires drivers to manage the loadbalancer. HAProxy is the opensource version.</td> <td>(BoolOpt) Uses veth for an interface or not</td>
</tr>
<tr>
<td><option>device_driver</option> = <replaceable>['neutron_lbaas.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver']</replaceable></td>
<td>(MultiStrOpt) Drivers used to manage loadbalancing devices</td>
</tr> </tr>
<tr> <tr>
<th colspan="2">[haproxy]</th> <th colspan="2">[haproxy]</th>

View File

@ -0,0 +1,34 @@
<?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_lbaas_octavia">
<caption>Description of LBaaS Octavia plugin 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">[octavia]</th>
</tr>
<tr>
<td><option>base_url</option> = <replaceable>http://127.0.0.1:9876</replaceable></td>
<td>(StrOpt) URL of Octavia controller root</td>
</tr>
<tr>
<td><option>request_poll_interval</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) Interval in seconds to poll octavia when an entity is created, updated, or deleted.</td>
</tr>
<tr>
<td><option>request_poll_timeout</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Time to stop polling octavia when a status of an entity does not change.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -4,7 +4,7 @@
generated and your changes will be overwritten. generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. --> The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_neutron_lbaas_services"> <table rules="all" xml:id="config_table_neutron_lbaas_services">
<caption>Description of LBaaS Radware, Netscaler, HAProxy, Octavia plugin configuration options</caption> <caption>Description of LBaaS Embrane, Radware, NetScaler, HAproxy, Octavia plugin configuration options</caption>
<col width="50%"/> <col width="50%"/>
<col width="50%"/> <col width="50%"/>
<thead> <thead>
@ -15,185 +15,105 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<th colspan="2">[radware]</th> <th colspan="2">[haproxy]</th>
</tr> </tr>
<tr> <tr>
<td><option>vdirect_address</option> = <replaceable>None</replaceable></td> <td><option>send_gratuitous_arp</option> = <replaceable>3</replaceable></td>
<td>(StrOpt) IP address of vDirect server.</td> <td>(IntOpt) When delete and re-add the same vip, send this many gratuitous ARPs to flush the ARP cache in the Router. Set it below or equal to 0 to disable this feature.</td>
</tr> </tr>
<tr> <tr>
<td><option>ha_secondary_address</option> = <replaceable>None</replaceable></td> <td><option>user_group</option> = <replaceable>nogroup</replaceable></td>
<td>(StrOpt) IP address of secondary vDirect server.</td> <td>(StrOpt) The user group</td>
</tr> </tr>
<tr> <tr>
<td><option>vdirect_user</option> = <replaceable>vDirect</replaceable></td> <td><option>loadbalancer_state_path</option> = <replaceable>$state_path/lbaas</replaceable></td>
<td>(StrOpt) vDirect user name.</td> <td>(StrOpt) Location to store config and state files</td>
</tr> </tr>
<tr> <tr>
<td><option>vdirect_password</option> = <replaceable>radware</replaceable></td> <td><option>periodic_interval</option> = <replaceable>10</replaceable></td>
<td>(StrOpt) vDirect user password.</td> <td>(IntOpt) Seconds between periodic task runs</td>
</tr> </tr>
<tr> <tr>
<td><option>service_ha_pair</option> = <replaceable>False</replaceable></td> <td><option>interface_driver</option> = <replaceable>None</replaceable></td>
<td>(BoolOpt) Enables or disables the Service HA pair. Default: False.</td> <td>(StrOpt) The driver used to manage the virtual interface.</td>
</tr> </tr>
<tr> <tr>
<td><option>service_throughput</option> = <replaceable>1000</replaceable></td> <td><option>jinja_config_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-lbaas/neutron_lbaas/services/loadbalancer/drivers/haproxy/templates/haproxy.loadbalancer.j2</replaceable></td>
<td>(IntOpt) Service throughput. Default: 1000.</td> <td>(StrOpt) Jinja template file for haproxy configuration</td>
</tr> </tr>
<tr> <tr>
<td><option>service_ssl_throughput</option> = <replaceable>100</replaceable></td> <th colspan="2">[octavia]</th>
<td>(IntOpt) Service SSL throughput. Default: 100.</td>
</tr> </tr>
<tr> <tr>
<td><option>service_compression_throughput</option> = <replaceable>100</replaceable></td> <td><option>base_url</option> = <replaceable>http://127.0.0.1:9876</replaceable></td>
<td>(IntOpt) Service compression throughput. Default: 100.</td> <td>(StrOpt) URL of Octavia controller root</td>
</tr> </tr>
<tr> <tr>
<td><option>service_cache</option> = <replaceable>20</replaceable></td> <th colspan="2">[heleoslb]</th>
<td>(IntOpt) Size of service cache. Default: 20.</td>
</tr> </tr>
<tr> <tr>
<td><option>service_adc_type</option> = <replaceable>VA</replaceable></td> <td><option>admin_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Service ADC type. Default: VA.</td> <td>(StrOpt) ESM admin password.</td>
</tr> </tr>
<tr> <tr>
<td><option>service_adc_version</option> = <replaceable></replaceable></td> <td><option>admin_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Service ADC version.</td> <td>(StrOpt) ESM admin username.</td>
</tr> </tr>
<tr> <tr>
<td><option>service_session_mirroring_enabled</option> = <replaceable>False</replaceable></td> <td><option>async_requests</option> = <replaceable>None</replaceable></td>
<td>(BoolOpt) Enable or disable Alteon interswitch link for stateful session failover. Default: False.</td> <td>(BoolOpt) Define if the requests have run asynchronously or not</td>
</tr> </tr>
<tr> <tr>
<td><option>service_isl_vlan</option> = <replaceable>-1</replaceable></td> <td><option>dummy_utif_id</option> = <replaceable>None</replaceable></td>
<td>(IntOpt) A required VLAN for the interswitch link to use.</td> <td>(StrOpt) Dummy user traffic Security Zone id for LBs</td>
</tr> </tr>
<tr> <tr>
<td><option>service_resource_pool_ids</option> = <replaceable></replaceable></td> <td><option>esm_mgmt</option> = <replaceable>None</replaceable></td>
<td>(ListOpt) Resource pool IDs.</td> <td>(StrOpt) ESM management root address</td>
</tr> </tr>
<tr> <tr>
<td><option>actions_to_skip</option> = <replaceable>setup_l2_l3</replaceable></td> <td><option>inband_id</option> = <replaceable>None</replaceable></td>
<td>(ListOpt) List of actions that are not pushed to the completion queue.</td> <td>(StrOpt) In band Security Zone id for LBs</td>
</tr> </tr>
<tr> <tr>
<td><option>l4_action_name</option> = <replaceable>BaseCreate</replaceable></td> <td><option>lb_flavor</option> = <replaceable>small</replaceable></td>
<td>(StrOpt) Name of the l4 workflow action. Default: BaseCreate.</td> <td>(StrOpt) choose LB image flavor to use, accepted values: small, medium</td>
</tr> </tr>
<tr> <tr>
<td><option>l2_l3_workflow_name</option> = <replaceable>openstack_l2_l3</replaceable></td> <td><option>lb_image</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Name of l2_l3 workflow. Default: openstack_l2_l3.</td> <td>(StrOpt) Load Balancer image id (Embrane LB)</td>
</tr> </tr>
<tr> <tr>
<td><option>l4_workflow_name</option> = <replaceable>openstack_l4</replaceable></td> <td><option>mgmt_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Name of l4 workflow. Default: openstack_l4.</td> <td>(StrOpt) Management Security Zone id for LBs</td>
</tr> </tr>
<tr> <tr>
<td><option>l2_l3_ctor_params</option> = <replaceable>{'ha_network_name': 'HA-Network', 'service': '_REPLACE_', 'ha_ip_pool_name': 'default', 'twoleg_enabled': '_REPLACE_', 'allocate_ha_ips': True, 'allocate_ha_vrrp': True}</replaceable></td> <td><option>oob_id</option> = <replaceable>None</replaceable></td>
<td>(DictOpt) Parameter for l2_l3 workflow constructor.</td> <td>(StrOpt) Out of band Security Zone id for LBs</td>
</tr> </tr>
<tr> <tr>
<td><option>l2_l3_setup_params</option> = <replaceable>{'data_ip_address': '192.168.200.99', 'data_port': 1, 'gateway': '192.168.200.1', 'ha_port': 2, 'data_ip_mask': '255.255.255.0'}</replaceable></td> <td><option>resource_pool_id</option> = <replaceable>None</replaceable></td>
<td>(DictOpt) Parameter for l2_l3 workflow setup.</td> <td>(StrOpt) Shared resource pool id</td>
</tr> </tr>
<tr> <tr>
<th colspan="2">[radwarev2]</th> <td><option>sync_interval</option> = <replaceable>60</replaceable></td>
</tr> <td>(IntOpt) resource synchronization interval in seconds</td>
<tr>
<td><option>vdirect_address</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) IP address of vDirect server.</td>
</tr>
<tr>
<td><option>ha_secondary_address</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) IP address of secondary vDirect server.</td>
</tr>
<tr>
<td><option>vdirect_user</option> = <replaceable>vDirect</replaceable></td>
<td>(StrOpt) vDirect user name.</td>
</tr>
<tr>
<td><option>vdirect_password</option> = <replaceable>radware</replaceable></td>
<td>(StrOpt) vDirect user password.</td>
</tr>
<tr>
<td><option>service_ha_pair</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enables or disables the Service HA pair. Default: False.</td>
</tr>
<tr>
<td><option>service_throughput</option> = <replaceable>1000</replaceable></td>
<td>(IntOpt) Service throughput. Default: 1000.</td>
</tr>
<tr>
<td><option>service_ssl_throughput</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Service SSL throughput. Default: 100.</td>
</tr>
<tr>
<td><option>service_compression_throughput</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Service compression throughput. Default: 100.</td>
</tr>
<tr>
<td><option>service_cache</option> = <replaceable>20</replaceable></td>
<td>(IntOpt) Size of service cache. Default: 20.</td>
</tr>
<tr>
<td><option>service_adc_type</option> = <replaceable>VA</replaceable></td>
<td>(StrOpt) Service ADC type. Default: VA.</td>
</tr>
<tr>
<td><option>service_adc_version</option> = <replaceable></replaceable></td>
<td>(StrOpt) Service ADC version.</td>
</tr>
<tr>
<td><option>service_session_mirroring_enabled</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable or disable Alteon interswitch link for stateful session failover. Default: False.</td>
</tr>
<tr>
<td><option>service_isl_vlan</option> = <replaceable>-1</replaceable></td>
<td>(IntOpt) A required VLAN for the interswitch link to use.</td>
</tr>
<tr>
<td><option>service_resource_pool_ids</option> = <replaceable></replaceable></td>
<td>(ListOpt) Resource pool IDs.</td>
</tr>
<tr>
<td><option>workflow_template_name</option> = <replaceable>os_lb_v2</replaceable></td>
<td>(StrOpt) Name of the workflow template. Default: os_lb_v2.</td>
</tr>
<tr>
<td><option>child_workflow_template_names</option> = <replaceable>manage_l3</replaceable></td>
<td>(ListOpt) Name of child workflow templates used.Default: manage_l3</td>
</tr>
<tr>
<td><option>workflow_params</option> = <replaceable>{'data_ip_address': '192.168.200.99', 'ha_network_name': 'HA-Network', 'ha_port': 2, 'allocate_ha_ips': True, 'ha_ip_pool_name': 'default', 'allocate_ha_vrrp': True, 'data_port': 1, 'gateway': '192.168.200.1', 'twoleg_enabled': '_REPLACE_', 'data_ip_mask': '255.255.255.0'}</replaceable></td>
<td>(DictOpt) Parameter for l2_l3 workflow constructor.</td>
</tr>
<tr>
<td><option>workflow_action_name</option> = <replaceable>apply</replaceable></td>
<td>(StrOpt) Name of the workflow action. Default: apply.</td>
</tr>
<tr>
<td><option>stats_action_name</option> = <replaceable>stats</replaceable></td>
<td>(StrOpt) Name of the workflow action for statistics. Default: stats.</td>
</tr>
<tr>
<th colspan="2">[radwarev2_debug]</th>
</tr>
<tr>
<td><option>provision_service</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Provision ADC service?</td>
</tr>
<tr>
<td><option>configure_l3</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Configule ADC with L3 parameters?</td>
</tr>
<tr>
<td><option>configure_l4</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Configule ADC with L4 parameters?</td>
</tr> </tr>
<tr> <tr>
<th colspan="2">[netscaler_driver]</th> <th colspan="2">[netscaler_driver]</th>
</tr> </tr>
<tr>
<td><option>is_synchronous</option> = <replaceable>True</replaceable></td>
<td>(StrOpt) Setting for option to enable synchronous operationsNetScaler Control Center Server.</td>
</tr>
<tr>
<td><option>netscaler_ncc_cleanup_mode</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Setting to enable/disable cleanup mode for NetScaler Control Center Server</td>
</tr>
<tr>
<td><option>netscaler_ncc_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Password to login to the NetScaler Control Center Server.</td>
</tr>
<tr> <tr>
<td><option>netscaler_ncc_uri</option> = <replaceable>None</replaceable></td> <td><option>netscaler_ncc_uri</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The URL to reach the NetScaler Control Center Server.</td> <td>(StrOpt) The URL to reach the NetScaler Control Center Server.</td>
@ -203,93 +123,204 @@
<td>(StrOpt) Username to login to the NetScaler Control Center Server.</td> <td>(StrOpt) Username to login to the NetScaler Control Center Server.</td>
</tr> </tr>
<tr> <tr>
<td><option>netscaler_ncc_password</option> = <replaceable>None</replaceable></td> <td><option>netscaler_status_collection</option> = <replaceable>True,300</replaceable></td>
<td>(StrOpt) Password to login to the NetScaler Control Center Server.</td> <td>(StrOpt) Setting for member status collection fromNetScaler Control Center Server.</td>
</tr> </tr>
<tr> <tr>
<th colspan="2">[heleoslb]</th> <td><option>periodic_task_interval</option> = <replaceable>2</replaceable></td>
</tr> <td>(StrOpt) Setting for periodic task collection interval fromNetScaler Control Center Server..</td>
<tr>
<td><option>esm_mgmt</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) ESM management root address</td>
</tr>
<tr>
<td><option>admin_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) ESM admin username.</td>
</tr>
<tr>
<td><option>admin_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) ESM admin password.</td>
</tr>
<tr>
<td><option>lb_image</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Load Balancer image id (Embrane LB)</td>
</tr>
<tr>
<td><option>inband_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) In band Security Zone id for LBs</td>
</tr>
<tr>
<td><option>oob_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Out of band Security Zone id for LBs</td>
</tr>
<tr>
<td><option>mgmt_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Management Security Zone id for LBs</td>
</tr>
<tr>
<td><option>dummy_utif_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Dummy user traffic Security Zone id for LBs</td>
</tr>
<tr>
<td><option>resource_pool_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Shared resource pool id</td>
</tr>
<tr>
<td><option>async_requests</option> = <replaceable>None</replaceable></td>
<td>(BoolOpt) Define if the requests have run asynchronously or not</td>
</tr>
<tr>
<td><option>lb_flavor</option> = <replaceable>small</replaceable></td>
<td>(StrOpt) choose LB image flavor to use, accepted values: small, medium</td>
</tr>
<tr>
<td><option>sync_interval</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) resource synchronization interval in seconds</td>
</tr>
<tr>
<th colspan="2">[haproxy]</th>
</tr>
<tr>
<td><option>jinja_config_template</option> = <replaceable>/opt/stack/neutron/neutron/services/drivers/haproxy/templates/haproxy_v1.4.template</replaceable></td>
<td>(StrOpt) Jinja template file for haproxy configuration</td>
</tr>
<tr>
<td><option>periodic_interval</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Seconds between periodic task runs.</td>
</tr>
<tr>
<td><option>interface_driver</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The driver used to manage the virtual interface.</td>
</tr>
<tr>
<td><option>send_gratuitous_arp</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) When delete and re-add the same vip, send this many gratuitous ARPs to flush the ARP cache in the Router. Set it below or equal to 0 to disable this feature.</td>
</tr>
<tr>
<td><option>user_group</option> = <replaceable>nogroup</replaceable></td>
<td>(StrOpt) The user group.</td>
</tr>
<tr>
<td><option>loadbalancer_state_path</option> = <replaceable>$state_path/lbaas</replaceable></td>
<td>(StrOpt) Location to store config and state files.</td>
</tr> </tr>
<tr> <tr>
<th colspan="2">[octavia]</th> <th colspan="2">[octavia]</th>
</tr> </tr>
<tr> <tr>
<td><option>base_url</option> = <replaceable>http://localhost:9191</replaceable></td> <td><option>base_url</option> = <replaceable>http://127.0.0.1:9876</replaceable></td>
<td>(StrOpt) Base url for octavia api service.</td> <td>(StrOpt) URL of Octavia controller root</td>
</tr>
<tr>
<td><option>request_poll_interval</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) Interval in seconds to poll octavia when an entity is created, updated, or deleted.</td>
</tr>
<tr>
<td><option>request_poll_timeout</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Time to stop polling octavia when a status of an entity does not change.</td>
</tr>
<tr>
<th colspan="2">[radware]</th>
</tr>
<tr>
<td><option>actions_to_skip</option> = <replaceable>setup_l2_l3</replaceable></td>
<td>(ListOpt) List of actions that are not pushed to the completion queue.</td>
</tr>
<tr>
<td><option>ha_secondary_address</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) IP address of secondary vDirect server.</td>
</tr>
<tr>
<td><option>l2_l3_ctor_params</option> = <replaceable>{'ha_network_name': 'HA-Network', 'service': '_REPLACE_', 'ha_ip_pool_name': 'default', 'twoleg_enabled': '_REPLACE_', 'allocate_ha_ips': True, 'allocate_ha_vrrp': True}</replaceable></td>
<td>(DictOpt) Parameter for l2_l3 workflow constructor.</td>
</tr>
<tr>
<td><option>l2_l3_setup_params</option> = <replaceable>{'data_ip_address': '192.168.200.99', 'data_port': 1, 'gateway': '192.168.200.1', 'ha_port': 2, 'data_ip_mask': '255.255.255.0'}</replaceable></td>
<td>(DictOpt) Parameter for l2_l3 workflow setup.</td>
</tr>
<tr>
<td><option>l2_l3_workflow_name</option> = <replaceable>openstack_l2_l3</replaceable></td>
<td>(StrOpt) Name of l2_l3 workflow. Default: openstack_l2_l3.</td>
</tr>
<tr>
<td><option>l4_action_name</option> = <replaceable>BaseCreate</replaceable></td>
<td>(StrOpt) Name of the l4 workflow action. Default: BaseCreate.</td>
</tr>
<tr>
<td><option>l4_workflow_name</option> = <replaceable>openstack_l4</replaceable></td>
<td>(StrOpt) Name of l4 workflow. Default: openstack_l4.</td>
</tr>
<tr>
<td><option>service_adc_type</option> = <replaceable>VA</replaceable></td>
<td>(StrOpt) Service ADC type. Default: VA.</td>
</tr>
<tr>
<td><option>service_adc_version</option> = <replaceable></replaceable></td>
<td>(StrOpt) Service ADC version.</td>
</tr>
<tr>
<td><option>service_cache</option> = <replaceable>20</replaceable></td>
<td>(IntOpt) Size of service cache. Default: 20.</td>
</tr>
<tr>
<td><option>service_compression_throughput</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Service compression throughput. Default: 100.</td>
</tr>
<tr>
<td><option>service_ha_pair</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enables or disables the Service HA pair. Default: False.</td>
</tr>
<tr>
<td><option>service_isl_vlan</option> = <replaceable>-1</replaceable></td>
<td>(IntOpt) A required VLAN for the interswitch link to use.</td>
</tr>
<tr>
<td><option>service_resource_pool_ids</option> = <replaceable></replaceable></td>
<td>(ListOpt) Resource pool IDs.</td>
</tr>
<tr>
<td><option>service_session_mirroring_enabled</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable or disable Alteon interswitch link for stateful session failover. Default: False.</td>
</tr>
<tr>
<td><option>service_ssl_throughput</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Service SSL throughput. Default: 100.</td>
</tr>
<tr>
<td><option>service_throughput</option> = <replaceable>1000</replaceable></td>
<td>(IntOpt) Service throughput. Default: 1000.</td>
</tr>
<tr>
<td><option>vdirect_address</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) IP address of vDirect server.</td>
</tr>
<tr>
<td><option>vdirect_password</option> = <replaceable>radware</replaceable></td>
<td>(StrOpt) vDirect user password.</td>
</tr>
<tr>
<td><option>vdirect_user</option> = <replaceable>vDirect</replaceable></td>
<td>(StrOpt) vDirect user name.</td>
</tr>
<tr>
<th colspan="2">[radwarev2]</th>
</tr>
<tr>
<td><option>child_workflow_template_names</option> = <replaceable>manage_l3</replaceable></td>
<td>(ListOpt) Name of child workflow templates used.Default: manage_l3</td>
</tr>
<tr>
<td><option>ha_secondary_address</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) IP address of secondary vDirect server.</td>
</tr>
<tr>
<td><option>service_adc_type</option> = <replaceable>VA</replaceable></td>
<td>(StrOpt) Service ADC type. Default: VA.</td>
</tr>
<tr>
<td><option>service_adc_version</option> = <replaceable></replaceable></td>
<td>(StrOpt) Service ADC version.</td>
</tr>
<tr>
<td><option>service_cache</option> = <replaceable>20</replaceable></td>
<td>(IntOpt) Size of service cache. Default: 20.</td>
</tr>
<tr>
<td><option>service_compression_throughput</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Service compression throughput. Default: 100.</td>
</tr>
<tr>
<td><option>service_ha_pair</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enables or disables the Service HA pair. Default: False.</td>
</tr>
<tr>
<td><option>service_isl_vlan</option> = <replaceable>-1</replaceable></td>
<td>(IntOpt) A required VLAN for the interswitch link to use.</td>
</tr>
<tr>
<td><option>service_resource_pool_ids</option> = <replaceable></replaceable></td>
<td>(ListOpt) Resource pool IDs.</td>
</tr>
<tr>
<td><option>service_session_mirroring_enabled</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable or disable Alteon interswitch link for stateful session failover. Default: False.</td>
</tr>
<tr>
<td><option>service_ssl_throughput</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Service SSL throughput. Default: 100.</td>
</tr>
<tr>
<td><option>service_throughput</option> = <replaceable>1000</replaceable></td>
<td>(IntOpt) Service throughput. Default: 1000.</td>
</tr>
<tr>
<td><option>stats_action_name</option> = <replaceable>stats</replaceable></td>
<td>(StrOpt) Name of the workflow action for statistics. Default: stats.</td>
</tr>
<tr>
<td><option>vdirect_address</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) IP address of vDirect server.</td>
</tr>
<tr>
<td><option>vdirect_password</option> = <replaceable>radware</replaceable></td>
<td>(StrOpt) vDirect user password.</td>
</tr>
<tr>
<td><option>vdirect_user</option> = <replaceable>vDirect</replaceable></td>
<td>(StrOpt) vDirect user name.</td>
</tr>
<tr>
<td><option>workflow_action_name</option> = <replaceable>apply</replaceable></td>
<td>(StrOpt) Name of the workflow action. Default: apply.</td>
</tr>
<tr>
<td><option>workflow_params</option> = <replaceable>{'data_ip_address': '192.168.200.99', 'ha_network_name': 'HA-Network', 'ha_port': 2, 'allocate_ha_ips': True, 'ha_ip_pool_name': 'default', 'allocate_ha_vrrp': True, 'data_port': 1, 'gateway': '192.168.200.1', 'twoleg_enabled': '_REPLACE_', 'data_ip_mask': '255.255.255.0'}</replaceable></td>
<td>(DictOpt) Parameter for l2_l3 workflow constructor.</td>
</tr>
<tr>
<td><option>workflow_template_name</option> = <replaceable>os_lb_v2</replaceable></td>
<td>(StrOpt) Name of the workflow template. Default: os_lb_v2.</td>
</tr>
<tr>
<th colspan="2">[radwarev2_debug]</th>
</tr>
<tr>
<td><option>configure_l3</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Configule ADC with L3 parameters?</td>
</tr>
<tr>
<td><option>configure_l4</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Configule ADC with L4 parameters?</td>
</tr>
<tr>
<td><option>provision_service</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Provision ADC service?</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -14,16 +14,13 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td><option>ebtables_path</option> = <replaceable>$state_path/ebtables-</replaceable></td>
<td>(StrOpt) Location of temporary ebtables table files.</td>
</tr>
<tr> <tr>
<th colspan="2">[LINUX_BRIDGE]</th> <th colspan="2">[LINUX_BRIDGE]</th>
</tr> </tr>
<tr>
<td><option>bridge_mappings</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;physical_bridge&gt;</td>
</tr>
<tr> <tr>
<td><option>physical_interface_mappings</option> = <replaceable></replaceable></td> <td><option>physical_interface_mappings</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;physical_interface&gt;</td> <td>(ListOpt) List of &lt;physical_network&gt;:&lt;physical_interface&gt;</td>
@ -53,7 +50,7 @@
</tr> </tr>
<tr> <tr>
<td><option>vxlan_group</option> = <replaceable>224.0.0.1</replaceable></td> <td><option>vxlan_group</option> = <replaceable>224.0.0.1</replaceable></td>
<td>(StrOpt) Multicast group for vxlan interface.</td> <td>(StrOpt) Multicast group(s) for vxlan interface. A range of group addresses may be specified by using CIDR notation. To reserve a unique group for each possible (24-bit) VNI, use a /8 such as 239.0.0.0/8. This setting must be the same on all the agents.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -19,16 +19,20 @@
</tr> </tr>
<tr> <tr>
<td><option>debug</option> = <replaceable>False</replaceable></td> <td><option>debug</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level).</td> <td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default INFO level).</td>
</tr> </tr>
<tr> <tr>
<td><option>default_log_levels</option> = <replaceable>amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN</replaceable></td> <td><option>default_log_levels</option> = <replaceable>amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN, taskflow=WARN</replaceable></td>
<td>(ListOpt) List of logger=LEVEL pairs.</td> <td>(ListOpt) List of logger=LEVEL pairs.</td>
</tr> </tr>
<tr> <tr>
<td><option>fatal_deprecations</option> = <replaceable>False</replaceable></td> <td><option>fatal_deprecations</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enables or disables fatal status of deprecations.</td> <td>(BoolOpt) Enables or disables fatal status of deprecations.</td>
</tr> </tr>
<tr>
<td><option>fatal_exception_format_errors</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Make exception message format errors fatal</td>
</tr>
<tr> <tr>
<td><option>instance_format</option> = <replaceable>"[instance: %(uuid)s] "</replaceable></td> <td><option>instance_format</option> = <replaceable>"[instance: %(uuid)s] "</replaceable></td>
<td>(StrOpt) The format for an instance that is passed with the log message.</td> <td>(StrOpt) The format for an instance that is passed with the log message.</td>
@ -95,11 +99,18 @@
</tr> </tr>
<tr> <tr>
<td><option>use_syslog_rfc_format</option> = <replaceable>True</replaceable></td> <td><option>use_syslog_rfc_format</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in K, and will be removed in M, along with this option.</td> <td>(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in Kilo, and will be removed in Mitaka, along with this option.</td>
</tr> </tr>
<tr> <tr>
<td><option>verbose</option> = <replaceable>False</replaceable></td> <td><option>verbose</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Print more verbose output (set logging level to INFO instead of default WARNING level).</td> <td>(BoolOpt) If set to false, will disable INFO logging level, making WARNING the default.</td>
</tr>
<tr>
<th colspan="2">[oslo_versionedobjects]</th>
</tr>
<tr>
<td><option>fatal_exception_format_errors</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Make exception message format errors fatal</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -17,10 +17,6 @@
<tr> <tr>
<th colspan="2">[DEFAULT]</th> <th colspan="2">[DEFAULT]</th>
</tr> </tr>
<tr>
<td><option>meta_flavor_driver_mappings</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Mapping between flavor and LinuxInterfaceDriver. It is specific to MetaInterfaceDriver used with admin_user, admin_password, admin_tenant_name, admin_url, auth_strategy, auth_region and endpoint_type.</td>
</tr>
<tr> <tr>
<td><option>metadata_access_mark</option> = <replaceable>0x1</replaceable></td> <td><option>metadata_access_mark</option> = <replaceable>0x1</replaceable></td>
<td>(StrOpt) Iptables mangle mark used to mark metadata valid requests. This mark will be masked with 0xffff so that only the lower 16 bits will be used.</td> <td>(StrOpt) Iptables mangle mark used to mark metadata valid requests. This mark will be masked with 0xffff so that only the lower 16 bits will be used.</td>
@ -47,7 +43,7 @@
</tr> </tr>
<tr> <tr>
<td><option>metadata_proxy_socket_mode</option> = <replaceable>deduce</replaceable></td> <td><option>metadata_proxy_socket_mode</option> = <replaceable>deduce</replaceable></td>
<td>(StrOpt) Metadata Proxy UNIX domain socket mode, 3 values allowed: 'deduce': deduce mode from metadata_proxy_user/group values, 'user': set metadata proxy socket mode to 0o644, to use when metadata_proxy_user is agent effective user or root, 'group': set metadata proxy socket mode to 0o664, to use when metadata_proxy_group is agent effective group or root, 'all': set metadata proxy socket mode to 0o666, to use otherwise.</td> <td>(StrOpt) Metadata Proxy UNIX domain socket mode, 4 values allowed: 'deduce': deduce mode from metadata_proxy_user/group values, 'user': set metadata proxy socket mode to 0o644, to use when metadata_proxy_user is agent effective user or root, 'group': set metadata proxy socket mode to 0o664, to use when metadata_proxy_group is agent effective group or root, 'all': set metadata proxy socket mode to 0o666, to use otherwise.</td>
</tr> </tr>
<tr> <tr>
<td><option>metadata_proxy_user</option> = <replaceable></replaceable></td> <td><option>metadata_proxy_user</option> = <replaceable></replaceable></td>
@ -58,7 +54,7 @@
<td>(BoolOpt) Enable/Disable log watch by metadata proxy. It should be disabled when metadata_proxy_user/group is not allowed to read/write its log file and copytruncate logrotate option must be used if logrotate is enabled on metadata proxy log files. Option default value is deduced from metadata_proxy_user: watch log is enabled if metadata_proxy_user is agent effective user id/name.</td> <td>(BoolOpt) Enable/Disable log watch by metadata proxy. It should be disabled when metadata_proxy_user/group is not allowed to read/write its log file and copytruncate logrotate option must be used if logrotate is enabled on metadata proxy log files. Option default value is deduced from metadata_proxy_user: watch log is enabled if metadata_proxy_user is agent effective user id/name.</td>
</tr> </tr>
<tr> <tr>
<td><option>metadata_workers</option> = <replaceable>2</replaceable></td> <td><option>metadata_workers</option> = <replaceable>1</replaceable></td>
<td>(IntOpt) Number of separate worker processes for metadata server (defaults to half of the number of CPUs)</td> <td>(IntOpt) Number of separate worker processes for metadata server (defaults to half of the number of CPUs)</td>
</tr> </tr>
<tr> <tr>

View File

@ -46,7 +46,7 @@
<td>(ListOpt) Ordered list of network_types to allocate as tenant networks.</td> <td>(ListOpt) Ordered list of network_types to allocate as tenant networks.</td>
</tr> </tr>
<tr> <tr>
<td><option>type_drivers</option> = <replaceable>local, flat, vlan, gre, vxlan</replaceable></td> <td><option>type_drivers</option> = <replaceable>local, flat, vlan, gre, vxlan, geneve</replaceable></td>
<td>(ListOpt) List of network type driver entrypoints to be loaded from the neutron.ml2.type_drivers namespace.</td> <td>(ListOpt) List of network type driver entrypoints to be loaded from the neutron.ml2.type_drivers namespace.</td>
</tr> </tr>
</tbody> </tbody>

View File

@ -0,0 +1,38 @@
<?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_ml2_ale_omniswitch">
<caption>Description of ML2 OmniSwich mechanism driver 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">[ml2_ale_omniswitch]</th>
</tr>
<tr>
<td><option>dhcp_server_interface</option> = <replaceable></replaceable></td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td><option>omni_core_devices</option> = <replaceable></replaceable></td>
<td>(ListOpt) No help text available for this option.</td>
</tr>
<tr>
<td><option>omni_edge_devices</option> = <replaceable></replaceable></td>
<td>(ListOpt) No help text available for this option.</td>
</tr>
<tr>
<td><option>switch_save_config_interval</option> = <replaceable>600</replaceable></td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,37 @@
<?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_ml2_bagpipe">
<caption>Description of ML2 BaGpipe BGP driver 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">[ml2_bagpipe]</th>
</tr>
<tr>
<td><option>as_number</option> = <replaceable>64512</replaceable></td>
<td>(IntOpt) Autonomous System number</td>
</tr>
<tr>
<th colspan="2">[ml2_type_route_target]</th>
</tr>
<tr>
<td><option>rt_asn</option> = <replaceable>64512</replaceable></td>
<td>(IntOpt) Route Target Autonomous System number.</td>
</tr>
<tr>
<td><option>rt_nn_ranges</option> = <replaceable></replaceable></td>
<td>(ListOpt) Comma-separated list of &lt;rt_nn_min&gt;:&lt;rt_nn_max&gt; tuples enumerating ranges of Route Target number that are available for tenant network allocation</td>
</tr>
</tbody>
</table>
</para>

View File

@ -42,8 +42,8 @@
<td>(ListOpt) Nova compute nodes to manually set VIF type to dvs</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to dvs</td>
</tr> </tr>
<tr> <tr>
<td><option>node_override_vif_hw_veb</option> = <replaceable></replaceable></td> <td><option>node_override_vif_hw_web</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to hw_veb</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to hw_web</td>
</tr> </tr>
<tr> <tr>
<td><option>node_override_vif_hyperv</option> = <replaceable></replaceable></td> <td><option>node_override_vif_hyperv</option> = <replaceable></replaceable></td>
@ -53,6 +53,10 @@
<td><option>node_override_vif_ib_hostdev</option> = <replaceable></replaceable></td> <td><option>node_override_vif_ib_hostdev</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to ib_hostdev</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to ib_hostdev</td>
</tr> </tr>
<tr>
<td><option>node_override_vif_iovisor</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to iovisor</td>
</tr>
<tr> <tr>
<td><option>node_override_vif_ivs</option> = <replaceable></replaceable></td> <td><option>node_override_vif_ivs</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to ivs</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to ivs</td>
@ -73,6 +77,10 @@
<td><option>node_override_vif_unbound</option> = <replaceable></replaceable></td> <td><option>node_override_vif_unbound</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to unbound</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to unbound</td>
</tr> </tr>
<tr>
<td><option>node_override_vif_vhostuser</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to vhostuser</td>
</tr>
<tr> <tr>
<td><option>node_override_vif_vrouter</option> = <replaceable></replaceable></td> <td><option>node_override_vif_vrouter</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to vrouter</td> <td>(ListOpt) Nova compute nodes to manually set VIF type to vrouter</td>
@ -82,7 +90,7 @@
<td>(StrOpt) Virtual interface type to configure on Nova compute nodes</td> <td>(StrOpt) Virtual interface type to configure on Nova compute nodes</td>
</tr> </tr>
<tr> <tr>
<td><option>vif_types</option> = <replaceable>unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, hyperv, midonet, ib_hostdev, hw_veb, dvs, other, distributed, vrouter</replaceable></td> <td><option>vif_types</option> = <replaceable>unbound, binding_failed, distributed, ovs, bridge, other, ivs, iovisor, vhostuser, dvs, 802.1qbg, 802.1qbh, hyperv, midonet, ib_hostdev, hw_web, vrouter</replaceable></td>
<td>(ListOpt) List of allowed vif_type values.</td> <td>(ListOpt) List of allowed vif_type values.</td>
</tr> </tr>
<tr> <tr>
@ -105,7 +113,7 @@
<td>(IntOpt) Time between verifications that the backend controller database is consistent with Neutron. (0 to disable)</td> <td>(IntOpt) Time between verifications that the backend controller database is consistent with Neutron. (0 to disable)</td>
</tr> </tr>
<tr> <tr>
<td><option>neutron_id</option> = <replaceable>neutron-shock</replaceable></td> <td><option>neutron_id</option> = <replaceable>neutron-ubuntu1404-master</replaceable></td>
<td>(StrOpt) User defined identifier for this Neutron deployment</td> <td>(StrOpt) User defined identifier for this Neutron deployment</td>
</tr> </tr>
<tr> <tr>

View File

@ -32,6 +32,10 @@
<td><option>managed_physical_network</option> = <replaceable>None</replaceable></td> <td><option>managed_physical_network</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The physical network managed by the switches.</td> <td>(StrOpt) The physical network managed by the switches.</td>
</tr> </tr>
<tr>
<td><option>never_cache_ssh_connection</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Prevent caching ssh connections to Nexus device</td>
</tr>
<tr> <tr>
<td><option>persistent_switch_config</option> = <replaceable>False</replaceable></td> <td><option>persistent_switch_config</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) To make Nexus configuration persistent</td> <td>(BoolOpt) To make Nexus configuration persistent</td>
@ -56,10 +60,6 @@
<td><option>switch_heartbeat_time</option> = <replaceable>0</replaceable></td> <td><option>switch_heartbeat_time</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) Periodic time to check switch connection. (0=disabled)</td> <td>(IntOpt) Periodic time to check switch connection. (0=disabled)</td>
</tr> </tr>
<tr>
<td><option>switch_replay_count</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) Number of times to attempt config replay with switch.</td>
</tr>
<tr> <tr>
<td><option>vlan_name_prefix</option> = <replaceable>q-</replaceable></td> <td><option>vlan_name_prefix</option> = <replaceable>q-</replaceable></td>
<td>(StrOpt) VLAN Name prefix</td> <td>(StrOpt) VLAN Name prefix</td>
@ -150,14 +150,6 @@
<td><option>default_policy_profile</option> = <replaceable>default-pp</replaceable></td> <td><option>default_policy_profile</option> = <replaceable>default-pp</replaceable></td>
<td>(StrOpt) Cisco Nexus1000V default policy profile.</td> <td>(StrOpt) Cisco Nexus1000V default policy profile.</td>
</tr> </tr>
<tr>
<td><option>default_vlan_network_profile</option> = <replaceable>default-vlan-np</replaceable></td>
<td>(StrOpt) Cisco Nexus1000V default network profile for VLAN networks.</td>
</tr>
<tr>
<td><option>default_vxlan_network_profile</option> = <replaceable>default-vxlan-np</replaceable></td>
<td>(StrOpt) Cisco Nexus1000V default network profile for VXLAN networks.</td>
</tr>
<tr> <tr>
<td><option>http_pool_size</option> = <replaceable>4</replaceable></td> <td><option>http_pool_size</option> = <replaceable>4</replaceable></td>
<td>(IntOpt) Number of threads to use to make HTTP requests.</td> <td>(IntOpt) Number of threads to use to make HTTP requests.</td>
@ -178,6 +170,10 @@
<td><option>poll_duration</option> = <replaceable>60</replaceable></td> <td><option>poll_duration</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) Cisco Nexus1000V policy profile polling duration in seconds.</td> <td>(IntOpt) Cisco Nexus1000V policy profile polling duration in seconds.</td>
</tr> </tr>
<tr>
<td><option>restrict_network_profiles</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Restrict the visibility of network profiles to the tenants.</td>
</tr>
<tr> <tr>
<td><option>restrict_policy_profiles</option> = <replaceable>False</replaceable></td> <td><option>restrict_policy_profiles</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Restrict the visibility of policy profiles to the tenants.</td> <td>(BoolOpt) Restrict the visibility of policy profiles to the tenants.</td>
@ -213,6 +209,17 @@
<td><option>ucsm_username</option> = <replaceable>None</replaceable></td> <td><option>ucsm_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Username for UCS Manager. This is a required field to communicate with a Cisco UCS Manager.</td> <td>(StrOpt) Username for UCS Manager. This is a required field to communicate with a Cisco UCS Manager.</td>
</tr> </tr>
<tr>
<th colspan="2">[ml2_type_nexus_vxlan]</th>
</tr>
<tr>
<td><option>mcast_ranges</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of multicast groups to be used for global VNIDsin the format - a:b,c,e:f.</td>
</tr>
<tr>
<td><option>vni_ranges</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of global VNID ranges in the format - a:b, c:d.Multiple ranges can be separated by a comma</td>
</tr>
</tbody> </tbody>
</table> </table>
</para> </para>

View File

@ -0,0 +1,30 @@
<?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_ml2_geneve">
<caption>Description of ML2 Geneve type driver 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">[ml2_type_geneve]</th>
</tr>
<tr>
<td><option>max_header_size</option> = <replaceable>50</replaceable></td>
<td>(IntOpt) Geneve encapsulation header size is dynamic, this value is used to calculate the maximum MTU for the driver.this is the sum of the sizes of the outer ETH + IP + UDP + GENEVE header sizes</td>
</tr>
<tr>
<td><option>vni_ranges</option> = <replaceable></replaceable></td>
<td>(ListOpt) Comma-separated list of &lt;vni_min&gt;:&lt;vni_max&gt; tuples enumerating ranges of Geneve VNI IDs that are available for tenant network allocation</td>
</tr>
</tbody>
</table>
</para>

View File

@ -14,6 +14,29 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td><option>backdoor_port</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Enable eventlet backdoor. Acceptable values are 0, &lt;port&gt;, and &lt;start&gt;:&lt;end&gt;, where 0 results in listening on a random tcp port number; &lt;port&gt; results in listening on the specified port number (and not enabling backdoor if that port is in use); and &lt;start&gt;:&lt;end&gt; results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service's log file.</td>
</tr>
<tr>
<td><option>policy_default_rule</option> = <replaceable>default</replaceable></td>
<td>(StrOpt) Default rule. Enforced when a requested rule is not found.</td>
</tr>
<tr>
<td><option>policy_dirs</option> = <replaceable>['policy.d']</replaceable></td>
<td>(MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored.</td>
</tr>
<tr>
<td><option>policy_file</option> = <replaceable>policy.json</replaceable></td>
<td>(StrOpt) The JSON file that defines policies.</td>
</tr>
<tr>
<td><option>run_external_periodic_tasks</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Some periodic tasks can be run in a separate process. Should we run them here?</td>
</tr>
<tr> <tr>
<th colspan="2">[ml2_odl]</th> <th colspan="2">[ml2_odl]</th>
</tr> </tr>

View File

@ -21,6 +21,10 @@
<td><option>dont_fragment</option> = <replaceable>True</replaceable></td> <td><option>dont_fragment</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel.</td> <td>(BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel.</td>
</tr> </tr>
<tr>
<td><option>get_datapath_retry_times</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) Number of seconds to retry acquiring an Open vSwitch datapath</td>
</tr>
</tbody> </tbody>
</table> </table>
</para> </para>

View File

@ -18,8 +18,8 @@
<th colspan="2">[ml2_sriov]</th> <th colspan="2">[ml2_sriov]</th>
</tr> </tr>
<tr> <tr>
<td><option>agent_required</option> = <replaceable>False</replaceable></td> <td><option>agent_required</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) SRIOV neutron agent is required for port binding</td> <td>(BoolOpt) SRIOV neutron agent is required for port binding. DEPRECATED: This option is deprecated in the Liberty release and will be removed in the Mitaka release. From Mitaka the agent will always be required.</td>
</tr> </tr>
<tr> <tr>
<td><option>supported_pci_vendor_devs</option> = <replaceable>15b3:1004, 8086:10ca</replaceable></td> <td><option>supported_pci_vendor_devs</option> = <replaceable>15b3:1004, 8086:10ca</replaceable></td>

View File

@ -37,6 +37,14 @@
<td><option>nsx_controllers</option> = <replaceable>None</replaceable></td> <td><option>nsx_controllers</option> = <replaceable>None</replaceable></td>
<td>(ListOpt) Lists the NSX controllers in this cluster</td> <td>(ListOpt) Lists the NSX controllers in this cluster</td>
</tr> </tr>
<tr>
<td><option>nsx_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>
<td><option>nsx_l2gw_driver</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Class path for the L2 gateway backend driver</td>
</tr>
<tr> <tr>
<td><option>nsx_password</option> = <replaceable>admin</replaceable></td> <td><option>nsx_password</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) Password for NSX controllers in this cluster</td> <td>(StrOpt) Password for NSX controllers in this cluster</td>
@ -88,6 +96,43 @@
<td><option>replication_mode</option> = <replaceable>service</replaceable></td> <td><option>replication_mode</option> = <replaceable>service</replaceable></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). It must be set to 'service' for leveraging distributed routers.</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). It must be set to 'service' for leveraging distributed routers.</td>
</tr> </tr>
<tr>
<th colspan="2">[NSX_DHCP]</th>
</tr>
<tr>
<td><option>default_lease_time</option> = <replaceable>43200</replaceable></td>
<td>(IntOpt) Default DHCP lease time</td>
</tr>
<tr>
<td><option>domain_name</option> = <replaceable>openstacklocal</replaceable></td>
<td>(StrOpt) Domain to use for building the hostnames</td>
</tr>
<tr>
<td><option>extra_domain_name_servers</option> = <replaceable></replaceable></td>
<td>(ListOpt) Comma separated list of additional domain name servers</td>
</tr>
<tr>
<th colspan="2">[NSX_LSN]</th>
</tr>
<tr>
<td><option>sync_on_missing_data</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Pull LSN information from NSX in case it is missing from the local data store. This is useful to rebuild the local store in case of server recovery.</td>
</tr>
<tr>
<th colspan="2">[NSX_METADATA]</th>
</tr>
<tr>
<td><option>metadata_server_address</option> = <replaceable>127.0.0.1</replaceable></td>
<td>(StrOpt) IP address used by Metadata server.</td>
</tr>
<tr>
<td><option>metadata_server_port</option> = <replaceable>8775</replaceable></td>
<td>(IntOpt) TCP Port used by Metadata server.</td>
</tr>
<tr>
<td><option>metadata_shared_secret</option> = <replaceable></replaceable></td>
<td>(StrOpt) Shared secret to sign instance-id request</td>
</tr>
<tr> <tr>
<th colspan="2">[NSX_SYNC]</th> <th colspan="2">[NSX_SYNC]</th>
</tr> </tr>
@ -114,17 +159,49 @@
<tr> <tr>
<th colspan="2">[nsx_v3]</th> <th colspan="2">[nsx_v3]</th>
</tr> </tr>
<tr>
<td><option>ca_file</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Specify a CA bundle file to use in verifying the NSX Manager server certificate.</td>
</tr>
<tr>
<td><option>default_bridge_cluster_uuid</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Default bridge cluster identifier for L2 gateway. This needs to be created in NSX before using the L2 gateway service plugin.</td>
</tr>
<tr> <tr>
<td><option>default_edge_cluster_uuid</option> = <replaceable>None</replaceable></td> <td><option>default_edge_cluster_uuid</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Default edge cluster identifier</td> <td>(StrOpt) Default edge cluster identifier</td>
</tr> </tr>
<tr>
<td><option>default_overlay_tz_uuid</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) This is the UUID of the default NSX overlay transport zone that will be used for creating tunneled isolated Neutron networks. It needs to be created in NSX before starting Neutron with the NSX plugin.</td>
</tr>
<tr>
<td><option>default_tier0_router_uuid</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Default tier0 router identifier</td>
</tr>
<tr>
<td><option>default_vlan_tz_uuid</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) This is the UUID of the default NSX VLAN transport zone that will be used for bridging between Neutron networks. It needs to be created in NSX before starting Neutron with the NSX plugin.</td>
</tr>
<tr>
<td><option>insecure</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) If true, the NSX Manager server certificate is not verified. If false, then the default CA truststore is used for verification. This option is ignored if "ca_file" is set.</td>
</tr>
<tr>
<td><option>nsx_manager</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) IP address of the NSX manager</td>
</tr>
<tr> <tr>
<td><option>nsx_password</option> = <replaceable>default</replaceable></td> <td><option>nsx_password</option> = <replaceable>default</replaceable></td>
<td>(StrOpt) Password for NSX controllers in this cluster</td> <td>(StrOpt) Password for the NSX manager</td>
</tr> </tr>
<tr> <tr>
<td><option>nsx_user</option> = <replaceable>admin</replaceable></td> <td><option>nsx_user</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) User name for NSX controllers in this cluster</td> <td>(StrOpt) User name for the NSX manager</td>
</tr>
<tr>
<td><option>retries</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Maximum number of times to retry API request</td>
</tr> </tr>
<tr> <tr>
<th colspan="2">[nsxv]</th> <th colspan="2">[nsxv]</th>
@ -133,6 +210,10 @@
<td><option>backup_edge_pool</option> = <replaceable>service:large:4:10, service:compact:4:10, vdr:large:4:10</replaceable></td> <td><option>backup_edge_pool</option> = <replaceable>service:large:4:10, service:compact:4:10, vdr:large:4:10</replaceable></td>
<td>(ListOpt) Defines edge pool using the format: &lt;edge_type&gt;:[edge_size]:&lt;min_edges&gt;:&lt;max_edges&gt;.edge_type: service,vdr. edge_size: compact, large, xlarge, quadlarge and default is large.</td> <td>(ListOpt) Defines edge pool using the format: &lt;edge_type&gt;:[edge_size]:&lt;min_edges&gt;:&lt;max_edges&gt;.edge_type: service,vdr. edge_size: compact, large, xlarge, quadlarge and default is large.</td>
</tr> </tr>
<tr>
<td><option>ca_file</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Specify a CA bundle file to use in verifying the NSXv server certificate.</td>
</tr>
<tr> <tr>
<td><option>cluster_moid</option> = <replaceable></replaceable></td> <td><option>cluster_moid</option> = <replaceable></replaceable></td>
<td>(ListOpt) Parameter listing the IDs of the clusters which are used by OpenStack.</td> <td>(ListOpt) Parameter listing the IDs of the clusters which are used by OpenStack.</td>
@ -165,10 +246,22 @@
<td><option>edge_appliance_user</option> = <replaceable>None</replaceable></td> <td><option>edge_appliance_user</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Username to configure for Edge appliance login</td> <td>(StrOpt) Username to configure for Edge appliance login</td>
</tr> </tr>
<tr>
<td><option>edge_ha</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable HA for NSX Edges</td>
</tr>
<tr>
<td><option>exclusive_router_appliance_size</option> = <replaceable>compact</replaceable></td>
<td>(StrOpt) Edge appliance size to be used for creating exclusive router. Valid values: ['compact', 'large', 'xlarge', 'quadlarge']. This edge_appliance_size will be picked up if --router-size parameter is not specified while doing neutron router-create</td>
</tr>
<tr> <tr>
<td><option>external_network</option> = <replaceable>None</replaceable></td> <td><option>external_network</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Network ID for physical network connectivity</td> <td>(StrOpt) Network ID for physical network connectivity</td>
</tr> </tr>
<tr>
<td><option>insecure</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) If true, the NSXv server certificate is not verified. If false, then the default CA truststore is used for verification. This option is ignored if "ca_file" is set.</td>
</tr>
<tr> <tr>
<td><option>locking_coordinator_url</option> = <replaceable>None</replaceable></td> <td><option>locking_coordinator_url</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) A URL to a locking mechanism coordinator</td> <td>(StrOpt) A URL to a locking mechanism coordinator</td>
@ -179,7 +272,11 @@
</tr> </tr>
<tr> <tr>
<td><option>maximum_tunnels_per_vnic</option> = <replaceable>20</replaceable></td> <td><option>maximum_tunnels_per_vnic</option> = <replaceable>20</replaceable></td>
<td>(IntOpt) Maximum number of sub interfaces supported per vnic in edge. The value should be in 1-110.</td> <td>(IntOpt) Maximum number of sub interfaces supported per vnic in edge.</td>
</tr>
<tr>
<td><option>metadata_initializer</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) If True, the server instance will attempt to initialize the metadata infrastructure</td>
</tr> </tr>
<tr> <tr>
<td><option>metadata_shared_secret</option> = <replaceable>None</replaceable></td> <td><option>metadata_shared_secret</option> = <replaceable>None</replaceable></td>

View File

@ -0,0 +1,34 @@
<?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_onos">
<caption>Description of Open Networking Operating System (ONOS) 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">[onos]</th>
</tr>
<tr>
<td><option>password</option> = <replaceable></replaceable></td>
<td>(StrOpt) Password for authentication.</td>
</tr>
<tr>
<td><option>url_path</option> = <replaceable></replaceable></td>
<td>(StrOpt) ONOS ReST interface URL</td>
</tr>
<tr>
<td><option>username</option> = <replaceable></replaceable></td>
<td>(StrOpt) Username for authentication.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -40,6 +40,10 @@
<td><option>dont_fragment</option> = <replaceable>True</replaceable></td> <td><option>dont_fragment</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel.</td> <td>(BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel.</td>
</tr> </tr>
<tr>
<td><option>drop_flows_on_start</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Reset flow table on start. Setting this to True will cause brief traffic interruption.</td>
</tr>
<tr> <tr>
<td><option>enable_distributed_routing</option> = <replaceable>False</replaceable></td> <td><option>enable_distributed_routing</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Make the l2 agent run in DVR mode.</td> <td>(BoolOpt) Make the l2 agent run in DVR mode.</td>
@ -64,6 +68,10 @@
<td><option>quitting_rpc_timeout</option> = <replaceable>10</replaceable></td> <td><option>quitting_rpc_timeout</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Set new timeout in seconds for new rpc calls after agent receives SIGTERM. If value is set to 0, rpc timeout won't be changed</td> <td>(IntOpt) Set new timeout in seconds for new rpc calls after agent receives SIGTERM. If value is set to 0, rpc timeout won't be changed</td>
</tr> </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> <tr>
<td><option>tunnel_types</option> = <replaceable></replaceable></td> <td><option>tunnel_types</option> = <replaceable></replaceable></td>
<td>(ListOpt) Network types supported by the agent (gre and/or vxlan).</td> <td>(ListOpt) Network types supported by the agent (gre and/or vxlan).</td>
@ -76,13 +84,6 @@
<td><option>vxlan_udp_port</option> = <replaceable>4789</replaceable></td> <td><option>vxlan_udp_port</option> = <replaceable>4789</replaceable></td>
<td>(IntOpt) The UDP port to use for VXLAN tunnels.</td> <td>(IntOpt) The UDP port to use for VXLAN tunnels.</td>
</tr> </tr>
<tr>
<th colspan="2">[CISCO_N1K]</th>
</tr>
<tr>
<td><option>local_ip</option> = <replaceable>10.0.0.3</replaceable></td>
<td>(StrOpt) N1K Local IP</td>
</tr>
<tr> <tr>
<th colspan="2">[OVS]</th> <th colspan="2">[OVS]</th>
</tr> </tr>
@ -90,6 +91,10 @@
<td><option>bridge_mappings</option> = <replaceable></replaceable></td> <td><option>bridge_mappings</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;bridge&gt;. Deprecated for ofagent.</td> <td>(ListOpt) List of &lt;physical_network&gt;:&lt;bridge&gt;. Deprecated for ofagent.</td>
</tr> </tr>
<tr>
<td><option>datapath_type</option> = <replaceable>system</replaceable></td>
<td>(StrOpt) OVS datapath to use.</td>
</tr>
<tr> <tr>
<td><option>int_peer_patch_port</option> = <replaceable>patch-tun</replaceable></td> <td><option>int_peer_patch_port</option> = <replaceable>patch-tun</replaceable></td>
<td>(StrOpt) Peer patch port in integration bridge for tunnel bridge.</td> <td>(StrOpt) Peer patch port in integration bridge for tunnel bridge.</td>
@ -102,10 +107,26 @@
<td><option>local_ip</option> = <replaceable>None</replaceable></td> <td><option>local_ip</option> = <replaceable>None</replaceable></td>
<td>(IPOpt) Local IP address of tunnel endpoint.</td> <td>(IPOpt) Local IP address of tunnel endpoint.</td>
</tr> </tr>
<tr>
<td><option>of_connect_timeout</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) Timeout in seconds to wait for the local switch connecting the controller. Used only for 'native' driver.</td>
</tr>
<tr> <tr>
<td><option>of_interface</option> = <replaceable>ovs-ofctl</replaceable></td> <td><option>of_interface</option> = <replaceable>ovs-ofctl</replaceable></td>
<td>(StrOpt) OpenFlow interface to use.</td> <td>(StrOpt) OpenFlow interface to use.</td>
</tr> </tr>
<tr>
<td><option>of_listen_address</option> = <replaceable>127.0.0.1</replaceable></td>
<td>(IPOpt) Address to listen on for OpenFlow connections. Used only for 'native' driver.</td>
</tr>
<tr>
<td><option>of_listen_port</option> = <replaceable>6633</replaceable></td>
<td>(IntOpt) Port to listen on for OpenFlow connections. Used only for 'native' driver.</td>
</tr>
<tr>
<td><option>of_request_timeout</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Timeout in seconds to wait for a single OpenFlow request. Used only for 'native' driver.</td>
</tr>
<tr> <tr>
<td><option>ovsdb_connection</option> = <replaceable>tcp:127.0.0.1:6640</replaceable></td> <td><option>ovsdb_connection</option> = <replaceable>tcp:127.0.0.1:6640</replaceable></td>
<td>(StrOpt) The connection string for the native OVSDB backend</td> <td>(StrOpt) The connection string for the native OVSDB backend</td>

View File

@ -0,0 +1,37 @@
<?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_ovn">
<caption>Description of Virtual Network for Open vSwitch 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">[ovn]</th>
</tr>
<tr>
<td><option>neutron_sync_mode</option> = <replaceable>log</replaceable></td>
<td>(StrOpt) The synchronization mode of OVN with Neutron DB.
off - synchronization is off
log - during neutron-server startup, check to see if OVN is in sync with the Neutron database. Log warnings for any inconsistencies found so that an admin can investigate
repair - during neutron-server startup, automatically create resources found in Neutron but not in OVN. Also remove resources from OVN that are no longer in Neutron.</td>
</tr>
<tr>
<td><option>ovsdb_connection</option> = <replaceable>tcp:127.0.0.1:6640</replaceable></td>
<td>(StrOpt) The connection string for the native OVSDB backend</td>
</tr>
<tr>
<td><option>ovsdb_connection_timeout</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) Timeout in seconds for the OVSDB connection transaction</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,34 @@
<?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_pd_linux_agent">
<caption>Description of IPv6 Prefix Delegation driver 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>pd_confs</option> = <replaceable>$state_path/pd</replaceable></td>
<td>(StrOpt) Location to store IPv6 PD files.</td>
</tr>
<tr>
<td><option>pd_dhcp_driver</option> = <replaceable>dibbler</replaceable></td>
<td>(StrOpt) Service to handle DHCPv6 Prefix delegation.</td>
</tr>
<tr>
<td><option>vendor_pen</option> = <replaceable>8888</replaceable></td>
<td>(StrOpt) A decimal value as Vendor's Registered Private Enterprise Number as required by RFC3315 DUID-EN.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -23,7 +23,11 @@
</tr> </tr>
<tr> <tr>
<td><option>director_server_port</option> = <replaceable>8080</replaceable></td> <td><option>director_server_port</option> = <replaceable>8080</replaceable></td>
<td>(StrOpt) PLUMgrid Director server port to connect to</td> <td>(IntOpt) PLUMgrid Director server port to connect to</td>
</tr>
<tr>
<td><option>distributed_locking</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Distributed locking is enabled or disabled</td>
</tr> </tr>
<tr> <tr>
<td><option>driver</option> = <replaceable>networking_plumgrid.neutron.plugins.drivers.plumlib.Plumlib</replaceable></td> <td><option>driver</option> = <replaceable>networking_plumgrid.neutron.plugins.drivers.plumlib.Plumlib</replaceable></td>

View File

@ -71,7 +71,7 @@
</tr> </tr>
<tr> <tr>
<td><option>send_single_reply</option> = <replaceable>False</replaceable></td> <td><option>send_single_reply</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release.</td> <td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -29,7 +29,7 @@
<td>(IntOpt) Default number of resource allowed per tenant. A negative value means unlimited.</td> <td>(IntOpt) Default number of resource allowed per tenant. A negative value means unlimited.</td>
</tr> </tr>
<tr> <tr>
<td><option>quota_driver</option> = <replaceable>neutron.db.quota_db.DbQuotaDriver</replaceable></td> <td><option>quota_driver</option> = <replaceable>neutron.db.quota.driver.DbQuotaDriver</replaceable></td>
<td>(StrOpt) Default driver to use for quota checks</td> <td>(StrOpt) Default driver to use for quota checks</td>
</tr> </tr>
<tr> <tr>
@ -92,6 +92,10 @@
<td><option>quota_port</option> = <replaceable>50</replaceable></td> <td><option>quota_port</option> = <replaceable>50</replaceable></td>
<td>(IntOpt) Number of ports allowed per tenant. A negative value means unlimited.</td> <td>(IntOpt) Number of ports allowed per tenant. A negative value means unlimited.</td>
</tr> </tr>
<tr>
<td><option>quota_rbac_entry</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Default number of RBAC entries allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr> <tr>
<td><option>quota_router</option> = <replaceable>10</replaceable></td> <td><option>quota_router</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of routers allowed per tenant. A negative value means unlimited.</td> <td>(IntOpt) Number of routers allowed per tenant. A negative value means unlimited.</td>
@ -112,6 +116,10 @@
<td><option>quota_vip</option> = <replaceable>10</replaceable></td> <td><option>quota_vip</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of vips allowed per tenant. A negative value means unlimited.</td> <td>(IntOpt) Number of vips allowed per tenant. A negative value means unlimited.</td>
</tr> </tr>
<tr>
<td><option>track_quota_usage</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Keep in track in the database of current resourcequota usage. Plugins which do not leverage the neutron database should set this flag to False</td>
</tr>
</tbody> </tbody>
</table> </table>
</para> </para>

View File

@ -111,7 +111,7 @@
</tr> </tr>
<tr> <tr>
<td><option>send_single_reply</option> = <replaceable>False</replaceable></td> <td><option>send_single_reply</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in M release.</td> <td>(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -42,11 +42,7 @@
<td>(IntOpt) Seconds to wait for a response from a call.</td> <td>(IntOpt) Seconds to wait for a response from a call.</td>
</tr> </tr>
<tr> <tr>
<td><option>rpc_thread_pool_size</option> = <replaceable>64</replaceable></td> <td><option>rpc_workers</option> = <replaceable>1</replaceable></td>
<td>(IntOpt) Size of RPC thread pool.</td>
</tr>
<tr>
<td><option>rpc_workers</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) Number of RPC worker processes for service</td> <td>(IntOpt) Number of RPC worker processes for service</td>
</tr> </tr>
<tr> <tr>

View File

@ -22,7 +22,7 @@
<td>(BoolOpt) Allow auto scheduling networks to DHCP agent.</td> <td>(BoolOpt) Allow auto scheduling networks to DHCP agent.</td>
</tr> </tr>
<tr> <tr>
<td><option>network_scheduler_driver</option> = <replaceable>neutron.scheduler.dhcp_agent_scheduler.ChanceScheduler</replaceable></td> <td><option>network_scheduler_driver</option> = <replaceable>neutron.scheduler.dhcp_agent_scheduler.WeightScheduler</replaceable></td>
<td>(StrOpt) Driver to use for scheduling network to DHCP agent</td> <td>(StrOpt) Driver to use for scheduling network to DHCP agent</td>
</tr> </tr>
<tr> <tr>
@ -34,7 +34,7 @@
<td>(BoolOpt) Delete namespace after removing a router.This option is deprecated and will be removed in a future release.</td> <td>(BoolOpt) Delete namespace after removing a router.This option is deprecated and will be removed in a future release.</td>
</tr> </tr>
<tr> <tr>
<td><option>router_scheduler_driver</option> = <replaceable>neutron.scheduler.l3_agent_scheduler.ChanceScheduler</replaceable></td> <td><option>router_scheduler_driver</option> = <replaceable>neutron.scheduler.l3_agent_scheduler.LeastRoutersScheduler</replaceable></td>
<td>(StrOpt) Driver to use for scheduling router to a default L3 agent</td> <td>(StrOpt) Driver to use for scheduling router to a default L3 agent</td>
</tr> </tr>
</tbody> </tbody>

View File

@ -18,8 +18,8 @@
<th colspan="2">[DEFAULT]</th> <th colspan="2">[DEFAULT]</th>
</tr> </tr>
<tr> <tr>
<td><option>default_interface_name</option> = <replaceable>breth0</replaceable></td> <td><option>default_interface_name</option> = <replaceable>FortyGigE1/0/1</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> <td>(StrOpt) default_interface_name of the l2 gateway</td>
</tr> </tr>
<tr> <tr>
<th colspan="2">[OVSVAPP]</th> <th colspan="2">[OVSVAPP]</th>
@ -28,10 +28,6 @@
<td><option>agent_driver</option> = <replaceable>networking_vsphere.agent.ovsvapp_agent.OVSvAppL2Agent</replaceable></td> <td><option>agent_driver</option> = <replaceable>networking_vsphere.agent.ovsvapp_agent.OVSvAppL2Agent</replaceable></td>
<td>(StrOpt) OVSvApp Agent implementation.</td> <td>(StrOpt) OVSvApp Agent implementation.</td>
</tr> </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> <tr>
<td><option>bridge_mappings</option> = <replaceable></replaceable></td> <td><option>bridge_mappings</option> = <replaceable></replaceable></td>
<td>(ListOpt) Bridge mappings.</td> <td>(ListOpt) Bridge mappings.</td>
@ -40,6 +36,10 @@
<td><option>dont_fragment</option> = <replaceable>True</replaceable></td> <td><option>dont_fragment</option> = <replaceable>True</replaceable></td>
<td>(IntOpt) Do not fragment.</td> <td>(IntOpt) Do not fragment.</td>
</tr> </tr>
<tr>
<td><option>enable_ovsvapp_monitor</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) To monitor the OVSvApp Agents.</td>
</tr>
<tr> <tr>
<td><option>integration_bridge</option> = <replaceable>br-int</replaceable></td> <td><option>integration_bridge</option> = <replaceable>br-int</replaceable></td>
<td>(StrOpt) Integration Bridge.</td> <td>(StrOpt) Integration Bridge.</td>
@ -48,6 +48,10 @@
<td><option>local_ip</option> = <replaceable></replaceable></td> <td><option>local_ip</option> = <replaceable></replaceable></td>
<td>(StrOpt) Local IP address of VXLAN tunnel endpoint.</td> <td>(StrOpt) Local IP address of VXLAN tunnel endpoint.</td>
</tr> </tr>
<tr>
<td><option>monitoring_ip</option> = <replaceable></replaceable></td>
<td>(StrOpt) IP address for monitoring OVS Status.</td>
</tr>
<tr> <tr>
<td><option>network_manager</option> = <replaceable>networking_vsphere.drivers.manager.VcenterManager</replaceable></td> <td><option>network_manager</option> = <replaceable>networking_vsphere.drivers.manager.VcenterManager</replaceable></td>
<td>(StrOpt) Driver Manager implementation for NetworkDriver.</td> <td>(StrOpt) Driver Manager implementation for NetworkDriver.</td>
@ -68,6 +72,10 @@
<td><option>tunnel_bridge</option> = <replaceable>br-tun</replaceable></td> <td><option>tunnel_bridge</option> = <replaceable>br-tun</replaceable></td>
<td>(StrOpt) Tunnel Bridge for tunneling.</td> <td>(StrOpt) Tunnel Bridge for tunneling.</td>
</tr> </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> <tr>
<td><option>tunnel_types</option> = <replaceable>vxlan</replaceable></td> <td><option>tunnel_types</option> = <replaceable>vxlan</replaceable></td>
<td>(ListOpt) Tunnel network types supported by the OVSvApp Agent.</td> <td>(ListOpt) Tunnel network types supported by the OVSvApp Agent.</td>
@ -88,7 +96,7 @@
<td>(BoolOpt) Enable SSL certificate check for vCenter.</td> <td>(BoolOpt) Enable SSL certificate check for vCenter.</td>
</tr> </tr>
<tr> <tr>
<td><option>cert_path</option> = <replaceable>/etc/ssl/certs/certs.pem</replaceable></td> <td><option>cert_path</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Certificate chain path containing cacert of vCenters.</td> <td>(StrOpt) Certificate chain path containing cacert of vCenters.</td>
</tr> </tr>
<tr> <tr>
@ -131,6 +139,25 @@
<td><option>wsdl_location</option> = <replaceable>None</replaceable></td> <td><option>wsdl_location</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) vCenter server wsdl location.</td> <td>(StrOpt) vCenter server wsdl location.</td>
</tr> </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> </tbody>
</table> </table>
</para> </para>

View File

@ -18,7 +18,7 @@
<th colspan="2">[vpnagent]</th> <th colspan="2">[vpnagent]</th>
</tr> </tr>
<tr> <tr>
<td><option>vpn_device_driver</option> = <replaceable>['neutron_vpnaas.services.vpn.device_drivers.ipsec.OpenSwanDriver']</replaceable></td> <td><option>vpn_device_driver</option> = <replaceable>['neutron_vpnaas.services.vpn.device_drivers.vyatta_ipsec.VyattaIPSecDriver']</replaceable></td>
<td>(MultiStrOpt) The vpn device drivers Neutron will use</td> <td>(MultiStrOpt) The vpn device drivers Neutron will use</td>
</tr> </tr>
</tbody> </tbody>

View File

@ -21,6 +21,10 @@
<td><option>config_base_dir</option> = <replaceable>$state_path/ipsec</replaceable></td> <td><option>config_base_dir</option> = <replaceable>$state_path/ipsec</replaceable></td>
<td>(StrOpt) Location to store ipsec server config files</td> <td>(StrOpt) Location to store ipsec server config files</td>
</tr> </tr>
<tr>
<td><option>enable_detailed_logging</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable detail logging for ipsec pluto process. If the flag set to True, the detailed logging will be written into config_base_dir/&lt;pid&gt;/logs.</td>
</tr>
<tr> <tr>
<td><option>ipsec_status_check_interval</option> = <replaceable>60</replaceable></td> <td><option>ipsec_status_check_interval</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) Interval for checking ipsec status</td> <td>(IntOpt) Interval for checking ipsec status</td>

View File

@ -0,0 +1,34 @@
<?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_vpnaas_libreswan">
<caption>Description of VPNaaS libreSwan plug-in 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">[libreswan]</th>
</tr>
<tr>
<td><option>shutdown_check_back_off</option> = <replaceable>1.5</replaceable></td>
<td>(FloatOpt) A factor to increase the retry interval for each retry</td>
</tr>
<tr>
<td><option>shutdown_check_retries</option> = <replaceable>5</replaceable></td>
<td>(IntOpt) The maximum number of retries for checking for pluto daemon shutdown</td>
</tr>
<tr>
<td><option>shutdown_check_timeout</option> = <replaceable>1</replaceable></td>
<td>(IntOpt) Initial interval in seconds for checking if pluto daemon is shutdown</td>
</tr>
</tbody>
</table>
</para>

View File

@ -18,11 +18,11 @@
<th colspan="2">[openswan]</th> <th colspan="2">[openswan]</th>
</tr> </tr>
<tr> <tr>
<td><option>ipsec_config_template</option> = <replaceable>/home/gpocentek/Workspace/OpenStack/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/openswan/ipsec.conf.template</replaceable></td> <td><option>ipsec_config_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/openswan/ipsec.conf.template</replaceable></td>
<td>(StrOpt) Template file for ipsec configuration</td> <td>(StrOpt) Template file for ipsec configuration</td>
</tr> </tr>
<tr> <tr>
<td><option>ipsec_secret_template</option> = <replaceable>/home/gpocentek/Workspace/OpenStack/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/openswan/ipsec.secret.template</replaceable></td> <td><option>ipsec_secret_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/openswan/ipsec.secret.template</replaceable></td>
<td>(StrOpt) Template file for ipsec secret configuration</td> <td>(StrOpt) Template file for ipsec secret configuration</td>
</tr> </tr>
</tbody> </tbody>

View File

@ -22,15 +22,15 @@
<td>(StrOpt) The area where default StrongSwan configuration files are located.</td> <td>(StrOpt) The area where default StrongSwan configuration files are located.</td>
</tr> </tr>
<tr> <tr>
<td><option>ipsec_config_template</option> = <replaceable>/home/gpocentek/Workspace/OpenStack/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.conf.template</replaceable></td> <td><option>ipsec_config_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.conf.template</replaceable></td>
<td>(StrOpt) Template file for ipsec configuration.</td> <td>(StrOpt) Template file for ipsec configuration.</td>
</tr> </tr>
<tr> <tr>
<td><option>ipsec_secret_template</option> = <replaceable>/home/gpocentek/Workspace/OpenStack/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.secret.template</replaceable></td> <td><option>ipsec_secret_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.secret.template</replaceable></td>
<td>(StrOpt) Template file for ipsec secret configuration.</td> <td>(StrOpt) Template file for ipsec secret configuration.</td>
</tr> </tr>
<tr> <tr>
<td><option>strongswan_config_template</option> = <replaceable>/home/gpocentek/Workspace/OpenStack/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/strongswan.conf.template</replaceable></td> <td><option>strongswan_config_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/strongswan.conf.template</replaceable></td>
<td>(StrOpt) Template file for strongswan configuration.</td> <td>(StrOpt) Template file for strongswan configuration.</td>
</tr> </tr>
</tbody> </tbody>

View File

@ -63,6 +63,11 @@
/> />
<xi:include href="../../common/tables/neutron-l3_arista.xml"/> <xi:include href="../../common/tables/neutron-l3_arista.xml"/>
</section> </section>
<section xml:id="networking-plugin-ml2_bagpipe">
<title>Modular Layer 2 (ml2) BaGpipe Mechanism configuration
options</title>
<xi:include href="../../common/tables/neutron-ml2_bagpipe.xml"/>
</section>
<section xml:id="networking-plugin-ml2_bigswitch"> <section xml:id="networking-plugin-ml2_bigswitch">
<title>Modular Layer 2 (ml2) BigSwitch Mechanism configuration <title>Modular Layer 2 (ml2) BigSwitch Mechanism configuration
options</title> options</title>
@ -90,6 +95,11 @@
options</title> options</title>
<xi:include href="../../common/tables/neutron-ml2_fslsdn.xml"/> <xi:include href="../../common/tables/neutron-ml2_fslsdn.xml"/>
</section> </section>
<section xml:id="networking-plugin-ml2_geneve">
<title>Modular Layer 2 (ml2) Geneve Mechanism configuration
options</title>
<xi:include href="../../common/tables/neutron-ml2_geneve.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

@ -27,6 +27,12 @@
<listitem><para>Mellanox plugin.</para></listitem> <listitem><para>Mellanox plugin.</para></listitem>
</itemizedlist> </itemizedlist>
</note> </note>
<section xml:id="networking-plugin-bagpipe">
<title>BaGpipe configuration options</title>
<xi:include
href="../../common/tables/neutron-bagpipe.xml"
/>
</section>
<section xml:id="networking-plugin-bigswitch"> <section xml:id="networking-plugin-bigswitch">
<title>BigSwitch configuration options</title> <title>BigSwitch configuration options</title>
<xi:include <xi:include
@ -64,6 +70,18 @@
href="../../common/tables/neutron-cisco.xml" href="../../common/tables/neutron-cisco.xml"
/> />
</section> </section>
<section xml:id="networking-plugin-fujitsu_cfab">
<title>Fujitsu CFAB configuration options</title>
<xi:include
href="../../common/tables/neutron-fujitsu_cfab.xml"
/>
</section>
<section xml:id="networking-plugin-fujitsu_ism">
<title>Fujitsu ISM configuration options</title>
<xi:include
href="../../common/tables/neutron-fujitsu_ism.xml"
/>
</section>
<section xml:id="networking-plugin-hyperv_agent"> <section xml:id="networking-plugin-hyperv_agent">
<title>CloudBase Hyper-V Agent configuration <title>CloudBase Hyper-V Agent configuration
options</title> options</title>
@ -84,6 +102,12 @@
href="../../common/tables/neutron-sdnve.xml" href="../../common/tables/neutron-sdnve.xml"
/> />
</section> </section>
<section xml:id="networking-plugin-l2_agent">
<title>Layer 2 Gateway configuration options</title>
<xi:include
href="../../common/tables/neutron-l2_agent.xml"
/>
</section>
<section xml:id="networking-plugin-l2gw"> <section xml:id="networking-plugin-l2gw">
<title>Layer 2 Gateway configuration options</title> <title>Layer 2 Gateway configuration options</title>
<xi:include <xi:include
@ -116,6 +140,12 @@
href="../../common/tables/neutron-nvsd.xml" href="../../common/tables/neutron-nvsd.xml"
/> />
</section> </section>
<section xml:id="networking-plugin-onos">
<title>Open Networking Operating System (ONOS) configuration options</title>
<xi:include
href="../../common/tables/neutron-onos.xml"
/>
</section>
<section xml:id="networking-plugin-opencontrail"> <section xml:id="networking-plugin-opencontrail">
<title>OpenContrail configuration options</title> <title>OpenContrail configuration options</title>
<xi:include <xi:include
@ -129,6 +159,18 @@
href="../../common/tables/neutron-openvswitch_agent.xml" href="../../common/tables/neutron-openvswitch_agent.xml"
/> />
</section> </section>
<section xml:id="networking-plugin-ovn">
<title>Virtual Network for Open vSwitch options</title>
<xi:include
href="../../common/tables/neutron-ovn.xml"
/>
</section>
<section xml:id="networking-plugin-pd_linux_agent">
<title>IPv6 Prefix Delegation configuradtion options</title>
<xi:include
href="../../common/tables/neutron-pd_linux_agent.xml"
/>
</section>
<section xml:id="networking-plugin-plumgrid"> <section xml:id="networking-plugin-plumgrid">
<title>PLUMgrid configuration options</title> <title>PLUMgrid configuration options</title>
<xi:include <xi:include

View File

@ -19,6 +19,7 @@ auth_insecure common
auth_region common auth_region common
auth_strategy common auth_strategy common
auth_url common auth_url common
backdoor_port ml2_odl
backlog api backlog api
base_mac common base_mac common
bind_host common bind_host common
@ -44,26 +45,32 @@ dhcp_broadcast_reply common
dhcp_confs common dhcp_confs common
dhcp_delete_namespaces common dhcp_delete_namespaces common
dhcp_domain common dhcp_domain common
dhcp_driver common dhcp_driver dhcp_agent
dhcp_lease_duration common dhcp_lease_duration common
dhcp_load_type common dhcp_load_type common
dns_domain common
dnsmasq_base_log_dir dhcp_agent
dnsmasq_config_file dhcp_agent dnsmasq_config_file dhcp_agent
dnsmasq_dns_servers dhcp_agent dnsmasq_dns_servers dhcp_agent
dnsmasq_lease_max dhcp_agent dnsmasq_lease_max dhcp_agent
driver metering_agent driver metering_agent
dvr_base_mac dvr dvr_base_mac dvr
ebtables_path linuxbridge_agent
enable_isolated_metadata dhcp_agent enable_isolated_metadata dhcp_agent
enable_metadata_network dhcp_agent enable_metadata_network dhcp_agent
enable_metadata_proxy l3_agent enable_metadata_proxy l3_agent
enable_new_agents common
enable_services_on_agents_with_admin_state_down common enable_services_on_agents_with_admin_state_down common
enable_snat_by_default l3_agent enable_snat_by_default l3_agent
endpoint_type common endpoint_type common
endpoint_url common
executor_thread_pool_size common
external_ingress_mark l3_agent external_ingress_mark l3_agent
external_network_bridge l3_agent external_network_bridge l3_agent
external_pids agent external_pids agent
fatal_deprecations logging fatal_deprecations logging
fatal_exception_format_errors logging
force_gateway_on_subnet common force_gateway_on_subnet common
force_metadata dhcp_agent
gateway_external_network_id l3_agent gateway_external_network_id l3_agent
ha_confs_path l3_agent ha_confs_path l3_agent
ha_vrrp_advert_int l3_agent ha_vrrp_advert_int l3_agent
@ -82,6 +89,10 @@ l2gw_callback_class l2gw
l3_ha l3_agent l3_ha l3_agent
l3_ha_net_cidr l3_agent l3_ha_net_cidr l3_agent
interface_driver lbaas interface_driver lbaas
l3_ha_network_physical_name l3_agent
l3_ha_network_type l3_agent
loadbalancer_pool_scheduler_driver lbaas
loadbalancer_scheduler_driver lbaas
log_config_append logging log_config_append logging
log_date_format logging log_date_format logging
log_dir logging log_dir logging
@ -103,7 +114,6 @@ max_routes quotas
max_subnet_host_routes common max_subnet_host_routes common
measure_interval metering_agent measure_interval metering_agent
memcached_servers common memcached_servers common
meta_flavor_driver_mappings metadata
metadata_access_mark metadata metadata_access_mark metadata
metadata_backlog metadata metadata_backlog metadata
metadata_port metadata metadata_port metadata
@ -135,6 +145,8 @@ nova_metadata_port metadata
nova_metadata_protocol metadata nova_metadata_protocol metadata
nova_url compute nova_url compute
nsx_controllers nsx nsx_controllers nsx
nsx_default_interface_name nsx
nsx_l2gw_driver nsx
nsx_password nsx nsx_password nsx
nsx_user nsx nsx_user nsx
num_sync_threads dhcp_agent num_sync_threads dhcp_agent
@ -142,9 +154,15 @@ ovs_integration_bridge openvswitch_agent
ovs_use_veth openvswitch_agent ovs_use_veth openvswitch_agent
ovs_vsctl_timeout openvswitch_agent ovs_vsctl_timeout openvswitch_agent
pagination_max_limit api pagination_max_limit api
pd_confs pd_linux_agent
pd_dhcp_driver pd_linux_agent
periodic_fuzzy_delay common periodic_fuzzy_delay common
periodic_interval common periodic_interval common
periodic_monitoring_interval common periodic_monitoring_interval common
policy_default_rule ml2_odl
policy_dirs ml2_odl
policy_file ml2_odl
prefix_delegation_driver agent
publish_errors logging publish_errors logging
quota_l2_gateway l2gw quota_l2_gateway l2gw
ra_confs ipv6_ra ra_confs ipv6_ra
@ -153,6 +171,7 @@ report_interval common
resync_interval dhcp_agent resync_interval dhcp_agent
retries nsx retries nsx
retry_until_window api retry_until_window api
rootwrap_config common
router_auto_schedule scheduler router_auto_schedule scheduler
router_delete_namespaces scheduler router_delete_namespaces scheduler
router_distributed dvr router_distributed dvr
@ -162,7 +181,6 @@ rpc_backend rpc
rpc_cast_timeout rpc rpc_cast_timeout rpc
rpc_conn_pool_size rpc rpc_conn_pool_size rpc
rpc_response_timeout rpc rpc_response_timeout rpc
rpc_thread_pool_size rpc
rpc_workers rpc rpc_workers rpc
rpc_zmq_bind_address zeromq rpc_zmq_bind_address zeromq
rpc_zmq_contexts zeromq rpc_zmq_contexts zeromq
@ -171,38 +189,43 @@ rpc_zmq_ipc_dir zeromq
rpc_zmq_matchmaker zeromq rpc_zmq_matchmaker zeromq
rpc_zmq_port zeromq rpc_zmq_port zeromq
rpc_zmq_topic_backlog zeromq rpc_zmq_topic_backlog zeromq
run_external_periodic_tasks ml2_odl
send_arp_for_ha l3_agent send_arp_for_ha l3_agent
send_events_interval compute send_events_interval compute
service_plugins api service_plugins api
ssl_ca_file ca
ssl_cert_file ca
ssl_key_file ca
state_path common state_path common
syslog_log_facility logging syslog_log_facility logging
tcp_keepidle api tcp_keepidle api
transport_url amqp transport_url amqp
use_namespaces dhcp_agent use_namespaces dhcp_agent
use_rootwrap_daemon agent
use_ssl logging use_ssl logging
use_stderr logging use_stderr logging
use_syslog logging use_syslog logging
use_syslog_rfc_format logging use_syslog_rfc_format logging
vendor_pen pd_linux_agent
verbose logging verbose logging
vlan_transparent common vlan_transparent common
wsgi_keep_alive api wsgi_keep_alive api
AGENT/agent_type agent
AGENT/arp_responder openvswitch_agent AGENT/arp_responder openvswitch_agent
AGENT/availability_zone agent
AGENT/check_child_processes_action common AGENT/check_child_processes_action common
AGENT/check_child_processes_interval common AGENT/check_child_processes_interval common
AGENT/comment_iptables_rules l3_agent AGENT/comment_iptables_rules l3_agent
AGENT/dont_fragment openvswitch_agent ml2_ofa AGENT/dont_fragment openvswitch_agent ml2_ofa
AGENT/drop_flows_on_start openvswitch_agent
AGENT/enable_distributed_routing openvswitch_agent AGENT/enable_distributed_routing openvswitch_agent
AGENT/enable_metrics_collection hyperv_agent AGENT/enable_metrics_collection hyperv_agent
AGENT/integration_bridge nvsd AGENT/get_datapath_retry_times ml2_ofa
AGENT/l2_population openvswitch_agent AGENT/l2_population openvswitch_agent
AGENT/local_network_vswitch hyperv_agent AGENT/local_network_vswitch hyperv_agent
AGENT/log_agent_heartbeats common AGENT/log_agent_heartbeats common
AGENT/metrics_max_retries hyperv_agent AGENT/metrics_max_retries hyperv_agent
AGENT/minimize_polling openvswitch_agent AGENT/minimize_polling openvswitch_agent
AGENT/neutron_metadata_address hyperv_agent
AGENT/ovsdb_monitor_respawn_interval openvswitch_agent AGENT/ovsdb_monitor_respawn_interval openvswitch_agent
AGENT/physical_interface_mappings agent
AGENT/physical_network_vswitch_mappings hyperv_agent AGENT/physical_network_vswitch_mappings hyperv_agent
AGENT/polling_interval hyperv_agent AGENT/polling_interval hyperv_agent
AGENT/prevent_arp_spoofing openvswitch_agent AGENT/prevent_arp_spoofing openvswitch_agent
@ -210,35 +233,19 @@ AGENT/quitting_rpc_timeout openvswitch_agent
AGENT/report_interval metering_agent AGENT/report_interval metering_agent
AGENT/root_helper common AGENT/root_helper common
AGENT/root_helper_daemon common AGENT/root_helper_daemon common
AGENT/tunnel_csum openvswitch_agent
AGENT/tunnel_types openvswitch_agent AGENT/tunnel_types openvswitch_agent
AGENT/use_helper_for_ns_read l3_agent AGENT/use_helper_for_ns_read l3_agent
AGENT/veth_mtu openvswitch_agent AGENT/veth_mtu openvswitch_agent
AGENT/vxlan_udp_port openvswitch_agent AGENT/vxlan_udp_port openvswitch_agent
CISCO/model_class cisco BAGPIPE/bagpipe_bgp_ip bagpipe
CISCO/nexus_l3_enable cisco BAGPIPE/bagpipe_bgp_port bagpipe
CISCO/provider_vlan_auto_create cisco BAGPIPE/mpls_bridge bagpipe
CISCO/provider_vlan_auto_trunk cisco BAGPIPE/mpls_from_tun_peer_patch_port bagpipe
CISCO/provider_vlan_name_prefix cisco BAGPIPE/mpls_to_tun_peer_patch_port bagpipe
CISCO/svi_round_robin cisco BAGPIPE/ping_interval bagpipe
CISCO/vlan_name_prefix cisco BAGPIPE/tun_from_mpls_peer_patch_port bagpipe
CISCO_N1K/bridge_mappings cisco BAGPIPE/tun_to_mpls_peer_patch_port bagpipe
CISCO_N1K/default_network_profile cisco
CISCO_N1K/default_policy_profile cisco
CISCO_N1K/enable_tunneling cisco
CISCO_N1K/http_pool_size cisco
CISCO_N1K/http_timeout cisco
CISCO_N1K/integration_bridge cisco
CISCO_N1K/local_ip openvswitch_agent
CISCO_N1K/network_node_policy_profile cisco
CISCO_N1K/network_vlan_ranges cisco
CISCO_N1K/poll_duration cisco
CISCO_N1K/restrict_network_profiles cisco
CISCO_N1K/restrict_policy_profiles cisco
CISCO_N1K/tenant_network_type cisco
CISCO_N1K/tunnel_bridge cisco
CISCO_N1K/vxlan_id_ranges cisco
CONTRAIL/api_server_ip opencontrail
CONTRAIL/api_server_port opencontrail
ESWITCH/backoff_rate ml2_mlnx ESWITCH/backoff_rate ml2_mlnx
ESWITCH/daemon_endpoint ml2_mlnx ESWITCH/daemon_endpoint ml2_mlnx
ESWITCH/physical_interface_mappings ml2_mlnx ESWITCH/physical_interface_mappings ml2_mlnx
@ -249,6 +256,7 @@ L3_BROCADE_MLX_EXAMPLE/password l3_brocade_mlx
L3_BROCADE_MLX_EXAMPLE/physical_networks l3_brocade_mlx L3_BROCADE_MLX_EXAMPLE/physical_networks l3_brocade_mlx
L3_BROCADE_MLX_EXAMPLE/ports l3_brocade_mlx L3_BROCADE_MLX_EXAMPLE/ports l3_brocade_mlx
L3_BROCADE_MLX_EXAMPLE/username l3_brocade_mlx L3_BROCADE_MLX_EXAMPLE/username l3_brocade_mlx
LINUX_BRIDGE/bridge_mappings linuxbridge_agent
LINUX_BRIDGE/physical_interface_mappings linuxbridge_agent LINUX_BRIDGE/physical_interface_mappings linuxbridge_agent
MIDONET/client midonet MIDONET/client midonet
MIDONET/cluster_ip midonet MIDONET/cluster_ip midonet
@ -271,14 +279,16 @@ NOVA/node_override_vif_binding_failed bigswitch ml2_bigswitch
NOVA/node_override_vif_bridge bigswitch ml2_bigswitch NOVA/node_override_vif_bridge bigswitch ml2_bigswitch
NOVA/node_override_vif_distributed bigswitch ml2_bigswitch NOVA/node_override_vif_distributed bigswitch ml2_bigswitch
NOVA/node_override_vif_dvs bigswitch ml2_bigswitch NOVA/node_override_vif_dvs bigswitch ml2_bigswitch
NOVA/node_override_vif_hw_veb bigswitch ml2_bigswitch NOVA/node_override_vif_hw_web bigswitch ml2_bigswitch
NOVA/node_override_vif_hyperv bigswitch ml2_bigswitch NOVA/node_override_vif_hyperv bigswitch ml2_bigswitch
NOVA/node_override_vif_ib_hostdev bigswitch ml2_bigswitch NOVA/node_override_vif_ib_hostdev bigswitch ml2_bigswitch
NOVA/node_override_vif_iovisor bigswitch ml2_bigswitch
NOVA/node_override_vif_ivs bigswitch ml2_bigswitch NOVA/node_override_vif_ivs bigswitch ml2_bigswitch
NOVA/node_override_vif_midonet bigswitch ml2_bigswitch NOVA/node_override_vif_midonet bigswitch ml2_bigswitch
NOVA/node_override_vif_other bigswitch ml2_bigswitch NOVA/node_override_vif_other bigswitch ml2_bigswitch
NOVA/node_override_vif_ovs bigswitch ml2_bigswitch NOVA/node_override_vif_ovs bigswitch ml2_bigswitch
NOVA/node_override_vif_unbound bigswitch ml2_bigswitch NOVA/node_override_vif_unbound bigswitch ml2_bigswitch
NOVA/node_override_vif_vhostuser bigswitch ml2_bigswitch
NOVA/node_override_vif_vrouter bigswitch ml2_bigswitch NOVA/node_override_vif_vrouter bigswitch ml2_bigswitch
NOVA/vif_type bigswitch ml2_bigswitch NOVA/vif_type bigswitch ml2_bigswitch
NOVA/vif_types bigswitch ml2_bigswitch NOVA/vif_types bigswitch ml2_bigswitch
@ -290,11 +300,21 @@ NSX/max_lp_per_overlay_ls nsx
NSX/metadata_mode nsx NSX/metadata_mode nsx
NSX/nsx_gen_timeout nsx NSX/nsx_gen_timeout nsx
NSX/replication_mode nsx NSX/replication_mode nsx
NSX_DHCP/default_lease_time nsx
NSX_DHCP/domain_name nsx
NSX_DHCP/extra_domain_name_servers nsx
NSX_LSN/sync_on_missing_data nsx
NSX_METADATA/metadata_server_address nsx
NSX_METADATA/metadata_server_port nsx
NSX_METADATA/metadata_shared_secret nsx
NSX_SYNC/always_read_status nsx NSX_SYNC/always_read_status nsx
NSX_SYNC/max_random_sync_delay nsx NSX_SYNC/max_random_sync_delay nsx
NSX_SYNC/min_chunk_size nsx NSX_SYNC/min_chunk_size nsx
NSX_SYNC/min_sync_req_delay nsx NSX_SYNC/min_sync_req_delay nsx
NSX_SYNC/state_sync_interval nsx NSX_SYNC/state_sync_interval nsx
NVGRE/enable_support hyperv_agent
NVGRE/provider_tunnel_ip hyperv_agent
NVGRE/provider_vlan_id hyperv_agent
OFC/api_max_attempts nec OFC/api_max_attempts nec
OFC/cert_file nec OFC/cert_file nec
OFC/driver nec OFC/driver nec
@ -307,38 +327,39 @@ OFC/port nec
OFC/support_packet_filter_on_ofc_router nec OFC/support_packet_filter_on_ofc_router nec
OFC/use_ssl nec OFC/use_ssl nec
OVS/bridge_mappings openvswitch_agent OVS/bridge_mappings openvswitch_agent
OVS/datapath_type openvswitch_agent
OVS/int_peer_patch_port openvswitch_agent OVS/int_peer_patch_port openvswitch_agent
OVS/integration_bridge openvswitch_agent OVS/integration_bridge openvswitch_agent
OVS/local_ip openvswitch_agent OVS/local_ip openvswitch_agent
OVS/of_connect_timeout openvswitch_agent
OVS/of_interface openvswitch_agent OVS/of_interface openvswitch_agent
OVS/of_listen_address openvswitch_agent
OVS/of_listen_port openvswitch_agent
OVS/of_request_timeout openvswitch_agent
OVS/ovsdb_connection openvswitch_agent OVS/ovsdb_connection openvswitch_agent
OVS/ovsdb_interface openvswitch_agent OVS/ovsdb_interface openvswitch_agent
OVS/tun_peer_patch_port openvswitch_agent OVS/tun_peer_patch_port openvswitch_agent
OVS/tunnel_bridge openvswitch_agent OVS/tunnel_bridge openvswitch_agent
OVS/use_veth_interconnection openvswitch_agent OVS/use_veth_interconnection openvswitch_agent
OVSVAPP/agent_driver vmware OVSVAPP/agent_driver vmware
OVSVAPP/agent_maintenance vmware
OVSVAPP/bridge_mappings vmware OVSVAPP/bridge_mappings vmware
OVSVAPP/dont_fragment vmware OVSVAPP/dont_fragment vmware
OVSVAPP/enable_ovsvapp_monitor vmware
OVSVAPP/integration_bridge vmware OVSVAPP/integration_bridge vmware
OVSVAPP/local_ip vmware OVSVAPP/local_ip vmware
OVSVAPP/monitoring_ip vmware
OVSVAPP/network_manager vmware OVSVAPP/network_manager vmware
OVSVAPP/polling_interval vmware OVSVAPP/polling_interval vmware
OVSVAPP/report_interval vmware OVSVAPP/report_interval vmware
OVSVAPP/tenant_network_type vmware OVSVAPP/tenant_network_type vmware
OVSVAPP/tunnel_bridge vmware OVSVAPP/tunnel_bridge vmware
OVSVAPP/tunnel_csum vmware
OVSVAPP/tunnel_types vmware OVSVAPP/tunnel_types vmware
OVSVAPP/veth_mtu vmware OVSVAPP/veth_mtu vmware
OVSVAPP/vxlan_udp_port vmware OVSVAPP/vxlan_udp_port vmware
PHYSICAL_INTERFACE/physical_interface brocade PHYSICAL_INTERFACE/physical_interface brocade
PROVIDER/default_router_provider nec PROVIDER/default_router_provider nec
PROVIDER/router_providers nec PROVIDER/router_providers nec
PROXY/admin_password common
PROXY/admin_tenant_name common
PROXY/admin_user common
PROXY/auth_region common
PROXY/auth_strategy common
PROXY/auth_url common
QUOTAS/default_quota quotas QUOTAS/default_quota quotas
QUOTAS/quota_driver quotas QUOTAS/quota_driver quotas
QUOTAS/quota_firewall quotas QUOTAS/quota_firewall quotas
@ -356,11 +377,13 @@ QUOTAS/quota_network_gateway quotas
QUOTAS/quota_packet_filter quotas QUOTAS/quota_packet_filter quotas
QUOTAS/quota_pool quotas QUOTAS/quota_pool quotas
QUOTAS/quota_port quotas QUOTAS/quota_port quotas
QUOTAS/quota_rbac_entry quotas
QUOTAS/quota_router quotas QUOTAS/quota_router quotas
QUOTAS/quota_security_group quotas QUOTAS/quota_security_group quotas
QUOTAS/quota_security_group_rule quotas QUOTAS/quota_security_group_rule quotas
QUOTAS/quota_subnet quotas QUOTAS/quota_subnet quotas
QUOTAS/quota_vip quotas QUOTAS/quota_vip quotas
QUOTAS/track_quota_usage quotas
RESTPROXY/add_meta_server_route bigswitch ml2_bigswitch RESTPROXY/add_meta_server_route bigswitch ml2_bigswitch
RESTPROXY/auto_sync_on_failure bigswitch ml2_bigswitch RESTPROXY/auto_sync_on_failure bigswitch ml2_bigswitch
RESTPROXY/cache_connections bigswitch ml2_bigswitch RESTPROXY/cache_connections bigswitch ml2_bigswitch
@ -380,23 +403,6 @@ RESTPROXYAGENT/polling_interval bigswitch ml2_bigswitch
RESTPROXYAGENT/virtual_switch_type bigswitch ml2_bigswitch RESTPROXYAGENT/virtual_switch_type bigswitch ml2_bigswitch
ROUTER/max_router_rules bigswitch ml2_bigswitch ROUTER/max_router_rules bigswitch ml2_bigswitch
ROUTER/tenant_default_router_rule bigswitch ml2_bigswitch ROUTER/tenant_default_router_rule bigswitch ml2_bigswitch
SDNVE/base_url sdnve
SDNVE/controller_ips sdnve
SDNVE/default_tenant_type sdnve
SDNVE/format sdnve
SDNVE/info sdnve
SDNVE/integration_bridge sdnve
SDNVE/interface_mappings sdnve
SDNVE/of_signature sdnve
SDNVE/out_of_band sdnve
SDNVE/overlay_signature sdnve
SDNVE/password sdnve
SDNVE/port sdnve
SDNVE/reset_bridge sdnve
SDNVE/use_fake_controller sdnve
SDNVE/userid sdnve
SDNVE_AGENT/polling_interval sdnve
SDNVE_AGENT/rpc sdnve
SECURITYGROUP/defer_apply securitygroups SECURITYGROUP/defer_apply securitygroups
SECURITYGROUP/enable_ipset securitygroups SECURITYGROUP/enable_ipset securitygroups
SECURITYGROUP/enable_security_group securitygroups SECURITYGROUP/enable_security_group securitygroups
@ -439,10 +445,14 @@ VXLAN/local_ip linuxbridge_agent
VXLAN/tos linuxbridge_agent VXLAN/tos linuxbridge_agent
VXLAN/ttl linuxbridge_agent VXLAN/ttl linuxbridge_agent
VXLAN/vxlan_group linuxbridge_agent VXLAN/vxlan_group linuxbridge_agent
certificates/cert_manager_class common agent/extensions l2_agent
certificates/cert_manager_type common
certificates/storage_path common certificates/storage_path common
cfg_agent/device_connection_timeout cisco cfg_agent/device_connection_timeout cisco
cfg_agent/fw_svc_helper_class cisco
cfg_agent/hosting_device_dead_timeout cisco cfg_agent/hosting_device_dead_timeout cisco
cfg_agent/routing_svc_helper_class cisco
cfg_agent/rpc_loop_interval cisco
cisco_csr_ipsec/status_check_interval cisco cisco_csr_ipsec/status_check_interval cisco
cors/allow_credentials cors cors/allow_credentials cors
cors/allow_headers cors cors/allow_headers cors
@ -477,12 +487,27 @@ database/sqlite_db database
database/sqlite_synchronous database database/sqlite_synchronous database
database/use_db_reconnect database database/use_db_reconnect database
dvs/api_retry_count dvs dvs/api_retry_count dvs
dvs/ca_file dvs
dvs/dvs_name dvs dvs/dvs_name dvs
dvs/host_ip dvs dvs/host_ip dvs
dvs/host_password dvs dvs/host_password dvs
dvs/host_port dvs dvs/host_port dvs
dvs/host_username dvs dvs/host_username dvs
dvs/insecure dvs
dvs/task_poll_interval dvs dvs/task_poll_interval dvs
fujitsu_cfab/address fujitsu_cfab
fujitsu_cfab/password fujitsu_cfab
fujitsu_cfab/physical_networks fujitsu_cfab
fujitsu_cfab/pprofile_prefix fujitsu_cfab
fujitsu_cfab/save_config fujitsu_cfab
fujitsu_cfab/share_pprofile fujitsu_cfab
fujitsu_cfab/username fujitsu_cfab
fujitsu_ism/address fujitsu_ism
fujitsu_ism/certificate_authority fujitsu_ism
fujitsu_ism/password fujitsu_ism
fujitsu_ism/port fujitsu_ism
fujitsu_ism/timeout fujitsu_ism
fujitsu_ism/username fujitsu_ism
fwaas/driver nec fwaas/driver nec
fwaas/enabled fwaas fwaas/enabled fwaas
general/backlog_processing_interval cisco general/backlog_processing_interval cisco
@ -496,13 +521,6 @@ general/templates_path cisco
periodic_interval lbaas periodic_interval lbaas
loadbalancer_scheduler_driver lbaas loadbalancer_scheduler_driver lbaas
loadbalancer_pool_scheduler_driver lbaas loadbalancer_pool_scheduler_driver lbaas
quotas/quota_vip lbaas
quotas/quota_pool lbaas
quotas/quota_member lbaas
quotas/quota_health_monitor lbaas
quotas/quota_loadbalancer lbaas
quotas/quota_listener lbaas
quotas/quota_healthmonitor lbaas
service_auth/auth_url lbaas service_auth/auth_url lbaas
service_auth/admin_tenant_name lbaas service_auth/admin_tenant_name lbaas
service_auth/admin_user lbaas service_auth/admin_user lbaas
@ -617,7 +635,7 @@ heleoslb/admin_password lbaas_services
heleoslb/admin_username lbaas_services heleoslb/admin_username lbaas_services
heleoslb/async_requests lbaas_services heleoslb/async_requests lbaas_services
heleoslb/dummy_utif_id lbaas_services heleoslb/dummy_utif_id lbaas_services
heleoslb/esm_mgmt lbaas_embrane heleoslb/esm_mgmt lbaas_services
heleoslb/inband_id lbaas_services heleoslb/inband_id lbaas_services
heleoslb/lb_flavor lbaas_services heleoslb/lb_flavor lbaas_services
heleoslb/lb_image lbaas_services heleoslb/lb_image lbaas_services
@ -627,6 +645,7 @@ heleoslb/resource_pool_id lbaas_services
heleoslb/sync_interval lbaas_services heleoslb/sync_interval lbaas_services
hosting_devices/csr1kv_booting_time cisco hosting_devices/csr1kv_booting_time cisco
hosting_devices/csr1kv_cfgagent_router_driver cisco hosting_devices/csr1kv_cfgagent_router_driver cisco
hosting_devices/csr1kv_configdrive_template cisco
hosting_devices/csr1kv_device_driver cisco hosting_devices/csr1kv_device_driver cisco
hosting_devices/csr1kv_flavor cisco hosting_devices/csr1kv_flavor cisco
hosting_devices/csr1kv_image cisco hosting_devices/csr1kv_image cisco
@ -635,6 +654,7 @@ hosting_devices/csr1kv_plugging_driver cisco
hosting_devices/csr1kv_username cisco hosting_devices/csr1kv_username cisco
hyperv/force_hyperv_utils_v1 hyperv_agent hyperv/force_hyperv_utils_v1 hyperv_agent
ipsec/config_base_dir vpnaas_ipsec ipsec/config_base_dir vpnaas_ipsec
ipsec/enable_detailed_logging vpnaas_ipsec
ipsec/ipsec_status_check_interval vpnaas_ipsec ipsec/ipsec_status_check_interval vpnaas_ipsec
keystone_authtoken/admin_password auth_token keystone_authtoken/admin_password auth_token
keystone_authtoken/admin_tenant_name auth_token keystone_authtoken/admin_tenant_name auth_token
@ -670,6 +690,7 @@ keystone_authtoken/memcache_secret_key auth_token
keystone_authtoken/memcache_security_strategy auth_token keystone_authtoken/memcache_security_strategy auth_token
keystone_authtoken/memcache_use_advanced_pool auth_token keystone_authtoken/memcache_use_advanced_pool auth_token
keystone_authtoken/memcached_servers common keystone_authtoken/memcached_servers common
keystone_authtoken/region_name auth_token
keystone_authtoken/revocation_cache_time auth_token keystone_authtoken/revocation_cache_time auth_token
keystone_authtoken/signing_dir auth_token keystone_authtoken/signing_dir auth_token
keystone_authtoken/token_cache_time auth_token keystone_authtoken/token_cache_time auth_token
@ -682,6 +703,9 @@ l3_arista/primary_l3_host_username l3_arista
l3_arista/secondary_l3_host l3_arista l3_arista/secondary_l3_host l3_arista
l3_arista/use_vrf l3_arista l3_arista/use_vrf l3_arista
l3_brocade_mlx/switch_names l3_brocade_mlx l3_brocade_mlx/switch_names l3_brocade_mlx
libreswan/shutdown_check_back_off vpnaas_libreswan
libreswan/shutdown_check_retries vpnaas_libreswan
libreswan/shutdown_check_timeout vpnaas_libreswan
matchmaker_redis/host redis matchmaker_redis/host redis
matchmaker_redis/password redis matchmaker_redis/password redis
matchmaker_redis/port redis matchmaker_redis/port redis
@ -694,12 +718,17 @@ ml2/physical_network_mtus ml2
ml2/segment_mtu ml2 ml2/segment_mtu ml2
ml2/tenant_network_types ml2 ml2/tenant_network_types ml2
ml2/type_drivers ml2 ml2/type_drivers ml2
ml2_ale_omniswitch/dhcp_server_interface ml2_ale_omniswitch
ml2_ale_omniswitch/omni_core_devices ml2_ale_omniswitch
ml2_ale_omniswitch/omni_edge_devices ml2_ale_omniswitch
ml2_ale_omniswitch/switch_save_config_interval ml2_ale_omniswitch
ml2_arista/eapi_host ml2_arista ml2_arista/eapi_host ml2_arista
ml2_arista/eapi_password ml2_arista ml2_arista/eapi_password ml2_arista
ml2_arista/eapi_username ml2_arista ml2_arista/eapi_username ml2_arista
ml2_arista/region_name ml2_arista ml2_arista/region_name ml2_arista
ml2_arista/sync_interval ml2_arista ml2_arista/sync_interval ml2_arista
ml2_arista/use_fqdn ml2_arista ml2_arista/use_fqdn ml2_arista
ml2_bagpipe/as_number ml2_bagpipe
ml2_brocade/address ml2_brocade ml2_brocade/address ml2_brocade
ml2_brocade/ostype ml2_brocade ml2_brocade/ostype ml2_brocade
ml2_brocade/osversion ml2_brocade ml2_brocade/osversion ml2_brocade
@ -710,13 +739,13 @@ ml2_brocade/username ml2_brocade
ml2_brocade_fi_ni/switch_names ml2_brocade_fi_ni ml2_brocade_fi_ni/switch_names ml2_brocade_fi_ni
ml2_cisco/host_key_checks ml2_cisco ml2_cisco/host_key_checks ml2_cisco
ml2_cisco/managed_physical_network ml2_cisco ml2_cisco/managed_physical_network ml2_cisco
ml2_cisco/never_cache_ssh_connection ml2_cisco
ml2_cisco/persistent_switch_config ml2_cisco ml2_cisco/persistent_switch_config ml2_cisco
ml2_cisco/provider_vlan_auto_create ml2_cisco ml2_cisco/provider_vlan_auto_create ml2_cisco
ml2_cisco/provider_vlan_auto_trunk ml2_cisco ml2_cisco/provider_vlan_auto_trunk ml2_cisco
ml2_cisco/provider_vlan_name_prefix ml2_cisco ml2_cisco/provider_vlan_name_prefix ml2_cisco
ml2_cisco/svi_round_robin ml2_cisco ml2_cisco/svi_round_robin ml2_cisco
ml2_cisco/switch_heartbeat_time ml2_cisco ml2_cisco/switch_heartbeat_time ml2_cisco
ml2_cisco/switch_replay_count ml2_cisco
ml2_cisco/vlan_name_prefix ml2_cisco ml2_cisco/vlan_name_prefix ml2_cisco
ml2_cisco/vxlan_global_config ml2_cisco ml2_cisco/vxlan_global_config ml2_cisco
ml2_cisco_apic/apic_agent_poll_interval ml2_cisco ml2_cisco_apic/apic_agent_poll_interval ml2_cisco
@ -738,14 +767,13 @@ ml2_cisco_apic/apic_vlan_ns_name ml2_cisco
ml2_cisco_apic/apic_vlan_range ml2_cisco ml2_cisco_apic/apic_vlan_range ml2_cisco
ml2_cisco_apic/apic_vpc_pairs ml2_cisco ml2_cisco_apic/apic_vpc_pairs ml2_cisco
ml2_cisco_n1kv/default_policy_profile ml2_cisco ml2_cisco_n1kv/default_policy_profile ml2_cisco
ml2_cisco_n1kv/default_vlan_network_profile ml2_cisco
ml2_cisco_n1kv/default_vxlan_network_profile ml2_cisco
ml2_cisco_n1kv/http_pool_size ml2_cisco ml2_cisco_n1kv/http_pool_size ml2_cisco
ml2_cisco_n1kv/http_timeout ml2_cisco ml2_cisco_n1kv/http_timeout ml2_cisco
ml2_cisco_n1kv/max_vsm_retries cisco ml2_cisco_n1kv/max_vsm_retries cisco
ml2_cisco_n1kv/n1kv_vsm_ips ml2_cisco ml2_cisco_n1kv/n1kv_vsm_ips ml2_cisco
ml2_cisco_n1kv/password ml2_cisco ml2_cisco_n1kv/password ml2_cisco
ml2_cisco_n1kv/poll_duration ml2_cisco ml2_cisco_n1kv/poll_duration ml2_cisco
ml2_cisco_n1kv/restrict_network_profiles ml2_cisco
ml2_cisco_n1kv/restrict_policy_profiles ml2_cisco ml2_cisco_n1kv/restrict_policy_profiles ml2_cisco
ml2_cisco_n1kv/sync_interval ml2_cisco ml2_cisco_n1kv/sync_interval ml2_cisco
ml2_cisco_n1kv/username ml2_cisco ml2_cisco_n1kv/username ml2_cisco
@ -776,16 +804,35 @@ ml2_odl/username ml2_odl
ml2_sriov/agent_required ml2_sriov ml2_sriov/agent_required ml2_sriov
ml2_sriov/supported_pci_vendor_devs ml2_sriov ml2_sriov/supported_pci_vendor_devs ml2_sriov
ml2_type_flat/flat_networks ml2_flat ml2_type_flat/flat_networks ml2_flat
ml2_type_geneve/max_header_size ml2_geneve
ml2_type_geneve/vni_ranges ml2_geneve
ml2_type_gre/tunnel_id_ranges ml2_gre ml2_type_gre/tunnel_id_ranges ml2_gre
ml2_type_nexus_vxlan/mcast_ranges ml2_cisco
ml2_type_nexus_vxlan/vni_ranges ml2_cisco
ml2_type_route_target/rt_asn ml2_bagpipe
ml2_type_route_target/rt_nn_ranges ml2_bagpipe
ml2_type_vlan/network_vlan_ranges ml2_vlan ml2_type_vlan/network_vlan_ranges ml2_vlan
ml2_type_vxlan/vni_ranges ml2_vxlan ml2_type_vxlan/vni_ranges ml2_vxlan
ml2_type_vxlan/vxlan_group ml2_vxlan ml2_type_vxlan/vxlan_group ml2_vxlan
netscaler_driver/is_synchronous lbaas_netscaler n1kv/management_port_profile cisco
netscaler_driver/netscaler_ncc_password lbaas_netscaler n1kv/t1_network_profile cisco
n1kv/t1_port_profile cisco
n1kv/t2_network_profile cisco
n1kv/t2_port_profile cisco
netscaler_driver/is_synchronous lbaas_services
netscaler_driver/netscaler_ncc_cleanup_mode lbaas_services
netscaler_driver/netscaler_ncc_password lbaas_services
netscaler_driver/netscaler_ncc_uri lbaas_services netscaler_driver/netscaler_ncc_uri lbaas_services
netscaler_driver/netscaler_ncc_username lbaas_services netscaler_driver/netscaler_ncc_username lbaas_services
netscaler_driver/netscaler_status_collection lbaas_services netscaler_driver/netscaler_status_collection lbaas_services
netscaler_driver/periodic_task_interval lbaas_netscaler netscaler_driver/periodic_task_interval lbaas_services
neutron/admin_auth_url hyperv_agent
neutron/admin_password hyperv_agent
neutron/admin_tenant_name hyperv_agent
neutron/admin_username hyperv_agent
neutron/auth_strategy hyperv_agent
neutron/url hyperv_agent
neutron/url_timeout hyperv_agent
ngfw/smc_api_auth_key fwaas_ngfw ngfw/smc_api_auth_key fwaas_ngfw
ngfw/smc_api_version fwaas_ngfw ngfw/smc_api_version fwaas_ngfw
ngfw/smc_url fwaas_ngfw ngfw/smc_url fwaas_ngfw
@ -797,10 +844,19 @@ nova/insecure nova
nova/keyfile nova nova/keyfile nova
nova/region_name nova nova/region_name nova
nova/timeout nova nova/timeout nova
nsx_v3/ca_file nsx
nsx_v3/default_bridge_cluster_uuid nsx
nsx_v3/default_edge_cluster_uuid nsx nsx_v3/default_edge_cluster_uuid nsx
nsx_v3/default_overlay_tz_uuid nsx
nsx_v3/default_tier0_router_uuid nsx
nsx_v3/default_vlan_tz_uuid nsx
nsx_v3/insecure nsx
nsx_v3/nsx_manager nsx
nsx_v3/nsx_password nsx nsx_v3/nsx_password nsx
nsx_v3/nsx_user nsx nsx_v3/nsx_user nsx
nsx_v3/retries nsx
nsxv/backup_edge_pool nsx nsxv/backup_edge_pool nsx
nsxv/ca_file nsx
nsxv/cluster_moid nsx nsxv/cluster_moid nsx
nsxv/datacenter_moid nsx nsxv/datacenter_moid nsx
nsxv/datastore_id nsx nsxv/datastore_id nsx
@ -809,10 +865,14 @@ nsxv/dhcp_lease_time nsx
nsxv/dvs_id nsx nsxv/dvs_id nsx
nsxv/edge_appliance_password nsx nsxv/edge_appliance_password nsx
nsxv/edge_appliance_user nsx nsxv/edge_appliance_user nsx
nsxv/edge_ha nsx
nsxv/exclusive_router_appliance_size nsx
nsxv/external_network nsx nsxv/external_network nsx
nsxv/insecure nsx
nsxv/locking_coordinator_url nsx nsxv/locking_coordinator_url nsx
nsxv/manager_uri nsx nsxv/manager_uri nsx
nsxv/maximum_tunnels_per_vnic nsx nsxv/maximum_tunnels_per_vnic nsx
nsxv/metadata_initializer nsx
nsxv/metadata_shared_secret nsx nsxv/metadata_shared_secret nsx
nsxv/mgt_net_default_gateway nsx nsxv/mgt_net_default_gateway nsx
nsxv/mgt_net_moid nsx nsxv/mgt_net_moid nsx
@ -828,12 +888,12 @@ nsxv/task_status_check_interval nsx
nsxv/tenant_router_types nsx nsxv/tenant_router_types nsx
nsxv/user nsx nsxv/user nsx
nsxv/vdn_scope_id nsx nsxv/vdn_scope_id nsx
nvsd/nvsd_ip nvsd octavia/base_url lbaas_services
nvsd/nvsd_passwd nvsd octavia/request_poll_interval lbaas_services
nvsd/nvsd_port nvsd octavia/request_poll_timeout lbaas_services
nvsd/nvsd_retries nvsd onos/password onos
nvsd/nvsd_user nvsd onos/url_path onos
nvsd/request_timeout nvsd onos/username onos
openswan/ipsec_config_template vpnaas_openswan openswan/ipsec_config_template vpnaas_openswan
openswan/ipsec_secret_template vpnaas_openswan openswan/ipsec_secret_template vpnaas_openswan
oslo_concurrency/disable_process_locking rpc oslo_concurrency/disable_process_locking rpc
@ -892,6 +952,11 @@ oslo_middleware/secure_proxy_ssl_header api
oslo_policy/policy_default_rule api oslo_policy/policy_default_rule api
oslo_policy/policy_dirs api oslo_policy/policy_dirs api
oslo_policy/policy_file api oslo_policy/policy_file api
oslo_versionedobjects/fatal_exception_format_errors logging
ovn/neutron_sync_mode ovn
ovn/ovsdb_connection ovn
ovn/ovsdb_connection_timeout ovn
ovsdb/enable_manager l2gw
ovsdb/l2_gw_agent_ca_cert_base_path l2gw ovsdb/l2_gw_agent_ca_cert_base_path l2gw
ovsdb/l2_gw_agent_cert_base_path l2gw ovsdb/l2_gw_agent_cert_base_path l2gw
ovsdb/l2_gw_agent_priv_key_base_path l2gw ovsdb/l2_gw_agent_priv_key_base_path l2gw
@ -900,10 +965,12 @@ ovsdb/ovsdb_hosts l2gw
ovsdb/periodic_interval l2gw ovsdb/periodic_interval l2gw
plumgriddirector/director_server plumgrid plumgriddirector/director_server plumgrid
plumgriddirector/director_server_port plumgrid plumgriddirector/director_server_port plumgrid
plumgriddirector/distributed_locking plumgrid
plumgriddirector/driver plumgrid plumgriddirector/driver plumgrid
plumgriddirector/password plumgrid plumgriddirector/password plumgrid
plumgriddirector/servertimeout plumgrid plumgriddirector/servertimeout plumgrid
plumgriddirector/username plumgrid plumgriddirector/username plumgrid
qos/notification_drivers common
radware/actions_to_skip lbaas_services radware/actions_to_skip lbaas_services
radware/ha_secondary_address lbaas_services radware/ha_secondary_address lbaas_services
radware/l2_l3_ctor_params lbaas_services radware/l2_l3_ctor_params lbaas_services
@ -946,6 +1013,21 @@ radwarev2/workflow_template_name lbaas_services
radwarev2_debug/configure_l3 lbaas_services radwarev2_debug/configure_l3 lbaas_services
radwarev2_debug/configure_l4 lbaas_services radwarev2_debug/configure_l4 lbaas_services
radwarev2_debug/provision_service lbaas_services radwarev2_debug/provision_service lbaas_services
sdn/domain mlnx
sdn/password mlnx
sdn/session_timeout mlnx
sdn/timeout mlnx
sdn/url mlnx
sdn/username mlnx
service_auth/admin_password lbaas
service_auth/admin_project_domain lbaas
service_auth/admin_tenant_name lbaas
service_auth/admin_user lbaas
service_auth/admin_user_domain lbaas
service_auth/auth_url lbaas
service_auth/auth_version lbaas
service_auth/region lbaas
service_auth/service_name lbaas
service_providers/service_provider api service_providers/service_provider api
strongswan/default_config_area vpnaas_strongswan strongswan/default_config_area vpnaas_strongswan
strongswan/ipsec_config_template vpnaas_strongswan strongswan/ipsec_config_template vpnaas_strongswan
@ -955,4 +1037,8 @@ vArmour/director fwaas_varmour
vArmour/director_port fwaas_varmour vArmour/director_port fwaas_varmour
vArmour/password fwaas_varmour vArmour/password fwaas_varmour
vArmour/username fwaas_varmour vArmour/username fwaas_varmour
vmware/console_delay_seconds vmware
vmware/maximum_objects vmware
vmware/serial_port_proxy_uri vmware
vmware/serial_port_service_uri vmware
vpnagent/vpn_device_driver vpnaas vpnagent/vpn_device_driver vpnaas

View File

@ -1,3 +1,4 @@
bagpipe BaGpipe BGP
bigswitch BigSwitch bigswitch BigSwitch
brocade Brocade brocade Brocade
brocade_vyatta_l3 Brocade Vyatta L3 plug-in brocade_vyatta_l3 Brocade Vyatta L3 plug-in
@ -10,22 +11,28 @@ embrane Embrane
fwaas Firewall-as-a-Service fwaas Firewall-as-a-Service
fwaas_ngfw FWaaS NGFW plug-in fwaas_ngfw FWaaS NGFW plug-in
fwaas_varmour FWaaS vArmour plug-in fwaas_varmour FWaaS vArmour plug-in
fujitsu_ism FUJITSU Software ServerView Infrastructure Manager
fujitsu_cfab FUJITSU Converged Fabric Switch
hyperv_agent HyperV agent hyperv_agent HyperV agent
ipv6_ra IPv6 router advertisement ipv6_ra IPv6 router advertisement
infoblox Infoblox Neutron DDI
l2gw Layer 2 Gateway l2gw Layer 2 Gateway
l2_agent L2 agent extension
l3_agent L3 agent l3_agent L3 agent
l3_arista Arista layer-3 service plug-in l3_arista Arista layer-3 service plug-in
l3_brocade_mlx Brocade MLX L3 plug-in l3_brocade_mlx Brocade MLX L3 plug-in
l3_brocade_mlx_switch Brocade MLX L3 switch l3_brocade_mlx_switch Brocade MLX L3 switch
lbaas Load-Balancer-as-a-Service lbaas Load-Balancer-as-a-Service
lbaas_agent LBaaS agent lbaas_agent LBaaS agent
lbaas_services LBaaS Radware, Netscaler, Haproxy,Octavia plugin lbaas_services LBaaS Embrane, Radware, NetScaler, HAproxy, Octavia plugin
octavia Octavia octavia Octavia
linuxbridge_agent Linux Bridge agent linuxbridge_agent Linux Bridge agent
metering_agent metering agent metering_agent metering agent
midonet Midonet midonet Midonet
ml2 ML2 ml2 ML2
ml2_ale_omniswitch ML2 OmniSwich mechanism driver
ml2_arista ML2 Arista mechanism driver ml2_arista ML2 Arista mechanism driver
ml2_bagpipe ML2 BaGpipe BGP driver
ml2_bigswitch ML2 BigSwitch mechanism driver ml2_bigswitch ML2 BigSwitch mechanism driver
ml2_brocade ML2 Brocade mechanism driver ml2_brocade ML2 Brocade mechanism driver
ml2_brocade_fi_ni ML2 Brocade MLX ICX mechanism driver ml2_brocade_fi_ni ML2 Brocade MLX ICX mechanism driver
@ -33,6 +40,7 @@ ml2_brocade_fi_ni_switch ML2 Brocade MLX ICX switch
ml2_cisco ML2 Cisco mechanism driver ml2_cisco ML2 Cisco mechanism driver
ml2_flat ML2 Flat mechanism driver ml2_flat ML2 Flat mechanism driver
ml2_fslsdn ML2 Freescale SDN mechanism driver ml2_fslsdn ML2 Freescale SDN mechanism driver
ml2_geneve ML2 Geneve type driver
ml2_gre ML2 GRE ml2_gre ML2 GRE
ml2_l2pop ML2 L2 population ml2_l2pop ML2 L2 population
ml2_mlnx Mellanox ML2 mechanism driver ml2_mlnx Mellanox ML2 mechanism driver
@ -48,8 +56,11 @@ nova nova
nsx VMware NSX nsx VMware NSX
nuage Nuage nuage Nuage
nvsd NVSD driver nvsd NVSD driver
onos Open Networking Operating System (ONOS)
opencontrail OpenContrail opencontrail OpenContrail
openvswitch_agent Open vSwitch agent openvswitch_agent Open vSwitch agent
ovn Virtual Network for Open vSwitch
pd_linux_agent IPv6 Prefix Delegation driver
plumgrid PLUMgrid plumgrid PLUMgrid
quotas quotas quotas quotas
ryu RYU ryu RYU
@ -58,5 +69,6 @@ securitygroups security groups
sriov SR-IOV sriov SR-IOV
vpnaas VPN-as-a-Service vpnaas VPN-as-a-Service
vpnaas_ipsec VPNaaS IPsec plug-in vpnaas_ipsec VPNaaS IPsec plug-in
vpnaas_libreswan VPNaaS libreSwan plug-in
vpnaas_openswan VPNaaS strongSwan plug-in vpnaas_openswan VPNaaS strongSwan plug-in
vpnaas_strongswan VPNaaS Openswan plug-in vpnaas_strongswan VPNaaS Openswan plug-in