[config-ref] Update neutron options

New tables have been included in the config ref and existing *aas
options have been moved to the same file for consistency.

Change-Id: I7836b7d1358ada1b1392a96581a92551df4cf7b3
Closes-Bug: #1460851
Closes-Bug: #1439648
Partial-Bug: #1452738
Closes-Bug: #1455237
Closes-Bug: #1469932
Closes-Bug: #1470371
This commit is contained in:
Gauvain Pocentek
2015-07-24 09:02:24 +02:00
parent 3cea82dfa7
commit db162cf2b1
46 changed files with 1115 additions and 227 deletions

View File

@@ -23,7 +23,7 @@
</tr>
<tr>
<td><option>notification_driver</option> = <replaceable>[]</replaceable></td>
<td>(MultiStrOpt) Driver or drivers to handle sending notifications.</td>
<td>(MultiStrOpt) The Drivers(s) to handle sending notifications. Possible values are messaging, messagingv2, routing, log, test, noop</td>
</tr>
<tr>
<td><option>notification_topics</option> = <replaceable>notifications</replaceable></td>

View File

@@ -57,10 +57,6 @@
<td><option>retry_until_window</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) Number of seconds to keep retrying to listen</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>
<td><option>service_plugins</option> = <replaceable></replaceable></td>
<td>(ListOpt) The service plugins Neutron will use</td>
@@ -73,6 +69,32 @@
<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>
</tr>
<tr>
<th colspan="2">[oslo_middleware]</th>
</tr>
<tr>
<td><option>max_request_body_size</option> = <replaceable>114688</replaceable></td>
<td>(IntOpt) The maximum body size for each request, in bytes.</td>
</tr>
<tr>
<td><option>secure_proxy_ssl_header</option> = <replaceable>X-Forwarded-Proto</replaceable></td>
<td>(StrOpt) The HTTP Header that will be used to determine what the original request protocol scheme was, even if it was hidden by an SSL termination proxy.</td>
</tr>
<tr>
<th colspan="2">[oslo_policy]</th>
</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>
<th colspan="2">[service_providers]</th>
</tr>

View File

@@ -119,7 +119,7 @@
</tr>
<tr>
<td><option>memcache_pool_conn_get_timeout</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) (Optional) Number of seconds that an operation will wait to get a memcache client connection from the pool.</td>
<td>(IntOpt) (Optional) Number of seconds that an operation will wait to get a memcached client connection from the pool.</td>
</tr>
<tr>
<td><option>memcache_pool_dead_retry</option> = <replaceable>300</replaceable></td>
@@ -131,7 +131,7 @@
</tr>
<tr>
<td><option>memcache_pool_socket_timeout</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) (Optional) Socket timeout in seconds for communicating with a memcache server.</td>
<td>(IntOpt) (Optional) Socket timeout in seconds for communicating with a memcached server.</td>
</tr>
<tr>
<td><option>memcache_pool_unused_timeout</option> = <replaceable>60</replaceable></td>
@@ -147,7 +147,7 @@
</tr>
<tr>
<td><option>memcache_use_advanced_pool</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) (Optional) Use the advanced (eventlet safe) memcache 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>
<td><option>revocation_cache_time</option> = <replaceable>10</replaceable></td>

View File

@@ -41,10 +41,6 @@
<td><option>node_override_vif_dvs</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to dvs</td>
</tr>
<tr>
<td><option>node_override_vif_hostdev</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to hostdev</td>
</tr>
<tr>
<td><option>node_override_vif_hw_veb</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to hw_veb</td>
@@ -53,6 +49,10 @@
<td><option>node_override_vif_hyperv</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to hyperv</td>
</tr>
<tr>
<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>
</tr>
<tr>
<td><option>node_override_vif_ivs</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to ivs</td>
@@ -61,10 +61,6 @@
<td><option>node_override_vif_midonet</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to midonet</td>
</tr>
<tr>
<td><option>node_override_vif_mlnx_direct</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to mlnx_direct</td>
</tr>
<tr>
<td><option>node_override_vif_other</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to other</td>
@@ -86,7 +82,7 @@
<td>(StrOpt) Virtual interface type to configure on Nova compute nodes</td>
</tr>
<tr>
<td><option>vif_types</option> = <replaceable>unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, hyperv, midonet, mlnx_direct, hostdev, hw_veb, dvs, other, distributed, vrouter</replaceable></td>
<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>(ListOpt) List of allowed vif_type values.</td>
</tr>
<tr>
@@ -109,7 +105,7 @@
<td>(IntOpt) Time between verifications that the backend controller database is consistent with Neutron. (0 to disable)</td>
</tr>
<tr>
<td><option>neutron_id</option> = <replaceable>neutron-images</replaceable></td>
<td><option>neutron_id</option> = <replaceable>neutron-shock</replaceable></td>
<td>(StrOpt) User defined identifier for this Neutron deployment</td>
</tr>
<tr>

View File

@@ -119,6 +119,13 @@
<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>
</tr>
<tr>
<th colspan="2">[cisco_csr_ipsec]</th>
</tr>
<tr>
<td><option>status_check_interval</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) Status check interval for Cisco CSR IPSec connections</td>
</tr>
<tr>
<th colspan="2">[general]</th>
</tr>
@@ -189,6 +196,13 @@
<td><option>csr1kv_username</option> = <replaceable>stack</replaceable></td>
<td>(StrOpt) Username to use for CSR1kv configurations.</td>
</tr>
<tr>
<th colspan="2">[ml2_cisco_n1kv]</th>
</tr>
<tr>
<td><option>max_vsm_retries</option> = <replaceable>2</replaceable></td>
<td>(IntOpt) Maximum number of retry attempts for VSM REST API.</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -34,8 +34,8 @@
<td>(IntOpt) Seconds to regard the agent is down; should be at least twice report_interval, to be sure the agent is down for good.</td>
</tr>
<tr>
<td><option>api_workers</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) Number of separate API worker processes for service</td>
<td><option>api_workers</option> = <replaceable>None</replaceable></td>
<td>(IntOpt) Number of separate API worker processes for service. If not specified, the default is equal to the number of CPUs available for best performance.</td>
</tr>
<tr>
<td><option>auth_ca_cert</option> = <replaceable>None</replaceable></td>
@@ -81,13 +81,17 @@
<td><option>default_ipv6_subnet_pool</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Default IPv6 subnet-pool to be used for automatic subnet CIDR allocation</td>
</tr>
<tr>
<td><option>device_driver</option> = <replaceable>['neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver']</replaceable></td>
<td>(MultiStrOpt) Drivers used to manage loadbalancing devices</td>
</tr>
<tr>
<td><option>dhcp_agent_notification</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Allow sending resource operation notification to DHCP agent</td>
</tr>
<tr>
<td><option>dhcp_agents_per_network</option> = <replaceable>1</replaceable></td>
<td>(IntOpt) Number of DHCP agents scheduled to host a network.</td>
<td>(IntOpt) Number of DHCP agents scheduled to host a tenant network. If this number is greater than 1, the scheduler automatically assigns multiple DHCP agents for a given tenant network, providing high availability for DHCP service.</td>
</tr>
<tr>
<td><option>dhcp_broadcast_reply</option> = <replaceable>False</replaceable></td>
@@ -98,8 +102,8 @@
<td>(StrOpt) Location to store DHCP server config files</td>
</tr>
<tr>
<td><option>dhcp_delete_namespaces</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Delete namespace after removing a dhcp server.</td>
<td><option>dhcp_delete_namespaces</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Delete namespace after removing a dhcp server.This option is deprecated and will be removed in a future release.</td>
</tr>
<tr>
<td><option>dhcp_domain</option> = <replaceable>openstacklocal</replaceable></td>
@@ -141,6 +145,10 @@
<td><option>ip_lib_force_root</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Force ip_lib calls to use the root helper</td>
</tr>
<tr>
<td><option>ipam_driver</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) IPAM driver to use.</td>
</tr>
<tr>
<td><option>mac_generation_retries</option> = <replaceable>16</replaceable></td>
<td>(IntOpt) How many times Neutron will retry MAC generation</td>
@@ -200,6 +208,10 @@
<td><option>check_child_processes_interval</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) Interval between checks of child process liveness (seconds), use 0 to disable</td>
</tr>
<tr>
<td><option>log_agent_heartbeats</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Log agent heartbeats</td>
</tr>
<tr>
<td><option>root_helper</option> = <replaceable>sudo</replaceable></td>
<td>(StrOpt) Root helper application.</td>
@@ -235,6 +247,17 @@
<td><option>auth_url</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Authentication URL</td>
</tr>
<tr>
<th colspan="2">[certificates]</th>
</tr>
<tr>
<td><option>cert_manager_class</option> = <replaceable>neutron_lbaas.common.cert_manager.barbican_cert_manager</replaceable></td>
<td>(StrOpt) Certificate Manager plugin. Defaults to neutron_lbaas.common.cert_manager.barbican_cert_manager.</td>
</tr>
<tr>
<td><option>storage_path</option> = <replaceable>/var/lib/neutron-lbaas/certificates/</replaceable></td>
<td>(StrOpt) Absolute path to the certificate storage directory. Defaults to env[OS_LBAAS_TLS_STORAGE].</td>
</tr>
<tr>
<th colspan="2">[heleos]</th>
</tr>

View File

@@ -0,0 +1,73 @@
<?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_cors">
<caption>Description of CORS 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">[cors]</th>
</tr>
<tr>
<td><option>allow_credentials</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Indicate that the actual request can include user credentials</td>
</tr>
<tr>
<td><option>allow_headers</option> = <replaceable>Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma</replaceable></td>
<td>(ListOpt) Indicate which header field names may be used during the actual request.</td>
</tr>
<tr>
<td><option>allow_methods</option> = <replaceable>GET, POST, PUT, DELETE, OPTIONS</replaceable></td>
<td>(ListOpt) Indicate which methods can be used during the actual request.</td>
</tr>
<tr>
<td><option>allowed_origin</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Indicate whether this resource may be shared with the domain received in the requests "origin" header.</td>
</tr>
<tr>
<td><option>expose_headers</option> = <replaceable>Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma</replaceable></td>
<td>(ListOpt) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers.</td>
</tr>
<tr>
<td><option>max_age</option> = <replaceable>3600</replaceable></td>
<td>(IntOpt) Maximum cache age of CORS preflight requests.</td>
</tr>
<tr>
<th colspan="2">[cors.subdomain]</th>
</tr>
<tr>
<td><option>allow_credentials</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Indicate that the actual request can include user credentials</td>
</tr>
<tr>
<td><option>allow_headers</option> = <replaceable>Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma</replaceable></td>
<td>(ListOpt) Indicate which header field names may be used during the actual request.</td>
</tr>
<tr>
<td><option>allow_methods</option> = <replaceable>GET, POST, PUT, DELETE, OPTIONS</replaceable></td>
<td>(ListOpt) Indicate which methods can be used during the actual request.</td>
</tr>
<tr>
<td><option>allowed_origin</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Indicate whether this resource may be shared with the domain received in the requests "origin" header.</td>
</tr>
<tr>
<td><option>expose_headers</option> = <replaceable>Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma</replaceable></td>
<td>(ListOpt) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers.</td>
</tr>
<tr>
<td><option>max_age</option> = <replaceable>3600</replaceable></td>
<td>(IntOpt) Maximum cache age of CORS preflight requests.</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -1,26 +0,0 @@
<?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_debug">
<caption>Description of logging 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>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>
</tbody>
</table>
</para>

View File

@@ -19,7 +19,7 @@
</tr>
<tr>
<td><option>dvr_base_mac</option> = <replaceable>fa:16:3f:00:00:00</replaceable></td>
<td>(StrOpt) The base mac address used for unique DVR instances by Neutron</td>
<td>(StrOpt) The base mac address used for unique DVR instances by Neutron. The first 3 octets will remain unchanged. If the 4th octet is not 00, it will also be used. The others will be randomly generated. The 'dvr_base_mac' *must* be different from 'base_mac' to avoid mixing them up with MAC's allocated for tenant ports. A 4 octet example would be dvr_base_mac = fa:16:3f:4f:00:00. The default is 3 octet</td>
</tr>
<tr>
<td><option>router_distributed</option> = <replaceable>False</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_dvs">
<caption>Description of VMware DVS 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">[dvs]</th>
</tr>
<tr>
<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>
</tr>
<tr>
<td><option>dvs_name</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The name of the preconfigured DVS.</td>
</tr>
<tr>
<td><option>host_ip</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Hostname or IP address for connection to VMware VC host.</td>
</tr>
<tr>
<td><option>host_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Password for connection to VMware VC host.</td>
</tr>
<tr>
<td><option>host_port</option> = <replaceable>443</replaceable></td>
<td>(IntOpt) Port for connection to VMware VC host.</td>
</tr>
<tr>
<td><option>host_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Username for connection to VMware VC host.</td>
</tr>
<tr>
<td><option>task_poll_interval</option> = <replaceable>0.5</replaceable></td>
<td>(FloatOpt) The interval used for polling of remote tasks.</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -4,7 +4,7 @@
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_fwaas">
<caption>Description of FwaaS configuration options</caption>
<caption>Description of Firewall-as-a-Service configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>

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_fwaas_ngfw">
<caption>Description of FWaaS NGFW 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">[ngfw]</th>
</tr>
<tr>
<td><option>smc_api_auth_key</option> = <replaceable></replaceable></td>
<td>(StrOpt) Authentication key to SMC API</td>
</tr>
<tr>
<td><option>smc_api_version</option> = <replaceable></replaceable></td>
<td>(StrOpt) verion of SMC API</td>
</tr>
<tr>
<td><option>smc_url</option> = <replaceable></replaceable></td>
<td>(StrOpt) URL to contact SMC server</td>
</tr>
</tbody>
</table>
</para>

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_fwaas_varmour">
<caption>Description of FWaaS vArmour 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">[vArmour]</th>
</tr>
<tr>
<td><option>director</option> = <replaceable>localhost</replaceable></td>
<td>(StrOpt) vArmour director ip</td>
</tr>
<tr>
<td><option>director_port</option> = <replaceable>443</replaceable></td>
<td>(StrOpt) vArmour director port</td>
</tr>
<tr>
<td><option>password</option> = <replaceable>varmour</replaceable></td>
<td>(StrOpt) vArmour director password</td>
</tr>
<tr>
<td><option>username</option> = <replaceable>varmour</replaceable></td>
<td>(StrOpt) vArmour director username</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -33,9 +33,13 @@
<td><option>enable_metadata_proxy</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Allow running metadata proxy.</td>
</tr>
<tr>
<td><option>enable_snat_by_default</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Define the default value of enable_snat if not provided in external_gateway_info.</td>
</tr>
<tr>
<td><option>external_ingress_mark</option> = <replaceable>0x2</replaceable></td>
<td>(StrOpt) Iptables mangle mark used to mark ingress from external network</td>
<td>(StrOpt) Iptables mangle mark used to mark ingress from external network. This mark will be masked with 0xffff so that only the lower 16 bits will be used.</td>
</tr>
<tr>
<td><option>external_network_bridge</option> = <replaceable>br-ex</replaceable></td>

View File

@@ -14,6 +14,29 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[L3_BROCADE_MLX_EXAMPLE]</th>
</tr>
<tr>
<td><option>address</option> = <replaceable></replaceable></td>
<td>(StrOpt) The IP address of the MLX switch</td>
</tr>
<tr>
<td><option>password</option> = <replaceable>password</replaceable></td>
<td>(StrOpt) The SSH password of the switch</td>
</tr>
<tr>
<td><option>physical_networks</option> = <replaceable></replaceable></td>
<td>(StrOpt) Allowed physical networks where VLAN can be configured on this switch</td>
</tr>
<tr>
<td><option>ports</option> = <replaceable></replaceable></td>
<td>(StrOpt) Ports to be tagged in the VLAN being configured on the switch</td>
</tr>
<tr>
<td><option>username</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The SSH username of the switch</td>
</tr>
<tr>
<th colspan="2">[l3_brocade_mlx]</th>
</tr>

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_lbaas">
<caption>Description of Load-Balancer-as-a-Service 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>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>
</tr>
<tr>
<td><option>loadbalancer_scheduler_driver</option> = <replaceable>neutron_lbaas.agent_scheduler.ChanceScheduler</replaceable></td>
<td>(StrOpt) Driver to use for scheduling to a default loadbalancer agent</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -0,0 +1,70 @@
<?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_embrane">
<caption>Description of LBaaS Embrane 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">[heleoslb]</th>
</tr>
<tr>
<td><option>admin_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) ESM admin password.</td>
</tr>
<tr>
<td><option>admin_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) ESM admin username.</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>dummy_utif_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Dummy user traffic Security Zone id for LBs</td>
</tr>
<tr>
<td><option>esm_mgmt</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) ESM management root address</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>lb_flavor</option> = <replaceable>small</replaceable></td>
<td>(StrOpt) choose LB image flavor to use, accepted values: small, medium</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>mgmt_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Management 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>resource_pool_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Shared resource pool id</td>
</tr>
<tr>
<td><option>sync_interval</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) resource synchronization interval in seconds</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -3,8 +3,8 @@
<!-- 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_agent">
<caption>Description of Load-Balancer-as-a-Service agent configuration options</caption>
<table rules="all" xml:id="config_table_neutron_lbaas_haproxy">
<caption>Description of LBaaS HAProxy plugin configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
@@ -14,31 +14,32 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td><option>periodic_interval</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Seconds between periodic task runs.</td>
</tr>
<tr>
<td><option>Variable</option> = <replaceable>neutron_lbaas.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver</replaceable></td>
<td>(MultiStrOpt) Drivers used to manage loadbalancing devices.</td>
</tr>
<tr>
<th colspan="2">[haproxy]</th>
</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>jinja_config_template</option> = <replaceable>/home/gpocentek/Workspace/OpenStack/openstack-doc-tools/autogenerate_config_docs/sources/neutron-lbaas/neutron_lbaas/services/loadbalancer/drivers/haproxy/templates/haproxy.loadbalancer.j2</replaceable></td>
<td>(StrOpt) Jinja template file for haproxy configuration</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>
<td>(StrOpt) Location to store config and state files</td>
</tr>
<tr>
<td><option>periodic_interval</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Seconds between periodic task runs</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>Variable</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>
<td>(StrOpt) The user group</td>
</tr>
</tbody>
</table>

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_lbaas_netscaler">
<caption>Description of LBaaS NetScaler 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">[netscaler_driver]</th>
</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_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Password to login to the NetScaler Control Center Server.</td>
</tr>
<tr>
<td><option>netscaler_ncc_uri</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The URL to reach the NetScaler Control Center Server.</td>
</tr>
<tr>
<td><option>netscaler_ncc_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Username to login to the NetScaler Control Center Server.</td>
</tr>
<tr>
<td><option>netscaler_status_collection</option> = <replaceable>True,300</replaceable></td>
<td>(StrOpt) Setting for member status collection fromNetScaler Control Center Server.</td>
</tr>
<tr>
<td><option>periodic_task_interval</option> = <replaceable>2</replaceable></td>
<td>(StrOpt) Setting for periodic task collection interval fromNetScaler Control Center Server..</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -0,0 +1,196 @@
<?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_radware">
<caption>Description of LBaaS Radware 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">[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>
</tbody>
</table>
</para>

View File

@@ -14,6 +14,13 @@
</tr>
</thead>
<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>
<th colspan="2">[LINUX_BRIDGE]</th>
</tr>
@@ -21,17 +28,6 @@
<td><option>physical_interface_mappings</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;physical_interface&gt;</td>
</tr>
<tr>
<th colspan="2">[VLANS]</th>
</tr>
<tr>
<td><option>network_vlan_ranges</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
</tr>
<tr>
<td><option>tenant_network_type</option> = <replaceable>local</replaceable></td>
<td>(StrOpt) Network type for tenant networks (local, vlan, or none)</td>
</tr>
<tr>
<th colspan="2">[VXLAN]</th>
</tr>

View File

@@ -57,26 +57,6 @@
<td><option>log_format</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
</tr>
<tr>
<td><option>log_config_append</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation.</td>
</tr>
<tr>
<td><option>log_date_format</option> = <replaceable>%Y-%m-%d %H:%M:%S</replaceable></td>
<td>(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .</td>
</tr>
<tr>
<td><option>log_dir</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) (Optional) The base directory used for relative --log-file paths.</td>
</tr>
<tr>
<td><option>log_file</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.</td>
</tr>
<tr>
<td><option>log_format</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
</tr>
<tr>
<td><option>logging_context_format_string</option> = <replaceable>%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s</replaceable></td>
<td>(StrOpt) Format string to use for log messages with context.</td>
@@ -90,7 +70,7 @@
<td>(StrOpt) Format string to use for log messages without context.</td>
</tr>
<tr>
<td><option>logging_exception_prefix</option> = <replaceable>%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s</replaceable></td>
<td><option>logging_exception_prefix</option> = <replaceable>%(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s</replaceable></td>
<td>(StrOpt) Prefix each line of exception output with this format.</td>
</tr>
<tr>
@@ -101,18 +81,6 @@
<td><option>syslog_log_facility</option> = <replaceable>LOG_USER</replaceable></td>
<td>(StrOpt) Syslog facility to receive log lines.</td>
</tr>
<tr>
<td><option>syslog_log_facility</option> = <replaceable>LOG_USER</replaceable></td>
<td>(StrOpt) Syslog facility to receive log lines.</td>
</tr>
<tr>
<td><option>use_syslog</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.</td>
</tr>
<tr>
<td><option>use_syslog_rfc_format</option> = <replaceable>False</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 I, and will be removed in J.</td>
</tr>
<tr>
<td><option>use_ssl</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable SSL on the API server</td>
@@ -123,11 +91,11 @@
</tr>
<tr>
<td><option>use_syslog</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.</td>
<td>(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED and will be changed later to honor RFC5424.</td>
</tr>
<tr>
<td><option>use_syslog_rfc_format</option> = <replaceable>False</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 I, and will be removed in J.</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>
</tr>
<tr>
<td><option>verbose</option> = <replaceable>False</replaceable></td>

View File

@@ -23,7 +23,7 @@
</tr>
<tr>
<td><option>metadata_access_mark</option> = <replaceable>0x1</replaceable></td>
<td>(StrOpt) Iptables mangle mark used to mark metadata valid requests</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>
</tr>
<tr>
<td><option>metadata_backlog</option> = <replaceable>4096</replaceable></td>
@@ -59,7 +59,7 @@
</tr>
<tr>
<td><option>metadata_workers</option> = <replaceable>2</replaceable></td>
<td>(IntOpt) Number of separate worker processes for metadata server</td>
<td>(IntOpt) Number of separate worker processes for metadata server (defaults to half of the number of CPUs)</td>
</tr>
<tr>
<td><option>nova_metadata_insecure</option> = <replaceable>False</replaceable></td>

View File

@@ -17,6 +17,10 @@
<tr>
<th colspan="2">[MIDONET]</th>
</tr>
<tr>
<td><option>client</option> = <replaceable>midonet.neutron.client.api.MidonetApiClient</replaceable></td>
<td>(StrOpt) MidoNet client used to access MidoNet data storage.</td>
</tr>
<tr>
<td><option>cluster_ip</option> = <replaceable>localhost</replaceable></td>
<td>(StrOpt) IP that the cluster service can be reached on</td>
@@ -25,13 +29,25 @@
<td><option>cluster_port</option> = <replaceable>8088</replaceable></td>
<td>(StrOpt) Port that the cluster service can be reached on</td>
</tr>
<tr>
<td><option>midonet_uri</option> = <replaceable>http://localhost:8080/midonet-api</replaceable></td>
<td>(StrOpt) MidoNet API server URI.</td>
</tr>
<tr>
<td><option>password</option> = <replaceable>passw0rd</replaceable></td>
<td>(StrOpt) MidoNet admin password.</td>
</tr>
<tr>
<td><option>project_id</option> = <replaceable>77777777-7777-7777-7777-777777777777</replaceable></td>
<td>(StrOpt) ID of the project that MidoNet admin user belongs to.</td>
</tr>
<tr>
<td><option>tunnel_protocol</option> = <replaceable>vxlan</replaceable></td>
<td>(StrOpt) Tunnel protocol used by Midonet</td>
</tr>
<tr>
<td><option>use_cluster</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Use the midonet plugin that interacts with the tasks-based architecture, rather than the plugin that interacts with the HTTP based architecture.</td>
<td><option>username</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) MidoNet admin username.</td>
</tr>
</tbody>
</table>

View File

@@ -21,6 +21,10 @@
<td><option>extension_drivers</option> = <replaceable></replaceable></td>
<td>(ListOpt) An ordered list of extension driver entrypoints to be loaded from the neutron.ml2.extension_drivers namespace.</td>
</tr>
<tr>
<td><option>external_network_type</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Default network type for external networks when no provider attributes are specified. By default it is None, which means that if provider attributes are not specified while creating external networks then they will have the same type as tenant networks. Allowed values for external_network_type config option depend on the network type values configured in type_drivers config option.</td>
</tr>
<tr>
<td><option>mechanism_drivers</option> = <replaceable></replaceable></td>
<td>(ListOpt) An ordered list of networking mechanism driver entrypoints to be loaded from the neutron.ml2.mechanism_drivers namespace.</td>

View File

@@ -41,10 +41,6 @@
<td><option>node_override_vif_dvs</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to dvs</td>
</tr>
<tr>
<td><option>node_override_vif_hostdev</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to hostdev</td>
</tr>
<tr>
<td><option>node_override_vif_hw_veb</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to hw_veb</td>
@@ -53,6 +49,10 @@
<td><option>node_override_vif_hyperv</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to hyperv</td>
</tr>
<tr>
<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>
</tr>
<tr>
<td><option>node_override_vif_ivs</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to ivs</td>
@@ -61,10 +61,6 @@
<td><option>node_override_vif_midonet</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to midonet</td>
</tr>
<tr>
<td><option>node_override_vif_mlnx_direct</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to mlnx_direct</td>
</tr>
<tr>
<td><option>node_override_vif_other</option> = <replaceable></replaceable></td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to other</td>
@@ -86,7 +82,7 @@
<td>(StrOpt) Virtual interface type to configure on Nova compute nodes</td>
</tr>
<tr>
<td><option>vif_types</option> = <replaceable>unbound, binding_failed, ovs, ivs, bridge, 802.1qbg, 802.1qbh, hyperv, midonet, mlnx_direct, hostdev, hw_veb, dvs, other, distributed, vrouter</replaceable></td>
<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>(ListOpt) List of allowed vif_type values.</td>
</tr>
<tr>
@@ -109,7 +105,7 @@
<td>(IntOpt) Time between verifications that the backend controller database is consistent with Neutron. (0 to disable)</td>
</tr>
<tr>
<td><option>neutron_id</option> = <replaceable>neutron-images</replaceable></td>
<td><option>neutron_id</option> = <replaceable>neutron-shock</replaceable></td>
<td>(StrOpt) User defined identifier for this Neutron deployment</td>
</tr>
<tr>

View File

@@ -14,6 +14,37 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[ML2_BROCADE_MLX_EXAMPLE]</th>
</tr>
<tr>
<td><option>address</option> = <replaceable></replaceable></td>
<td>(StrOpt) The address of the host to SSH to</td>
</tr>
<tr>
<td><option>ostype</option> = <replaceable>NI</replaceable></td>
<td>(StrOpt) OS type of the device.</td>
</tr>
<tr>
<td><option>password</option> = <replaceable>password</replaceable></td>
<td>(StrOpt) The SSH password to use</td>
</tr>
<tr>
<td><option>physical_networks</option> = <replaceable></replaceable></td>
<td>(StrOpt) Allowed physical networks</td>
</tr>
<tr>
<td><option>ports</option> = <replaceable></replaceable></td>
<td>(StrOpt) Ports</td>
</tr>
<tr>
<td><option>transport</option> = <replaceable>SSH</replaceable></td>
<td>(StrOpt) Protocol used to communicate with Switch</td>
</tr>
<tr>
<td><option>username</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) The SSH username to use</td>
</tr>
<tr>
<th colspan="2">[ml2_brocade]</th>
</tr>

View File

@@ -37,10 +37,6 @@
<td><option>retries</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) The number of retries the agent will send request to daemon before giving up</td>
</tr>
<tr>
<td><option>vnic_type</option> = <replaceable>mlnx_direct</replaceable></td>
<td>(StrOpt) Type of VM network interface: mlnx_direct or hostdev</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -14,17 +14,6 @@
</tr>
</thead>
<tbody>
<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>
<tr>
<th colspan="2">[ml2_type_vxlan]</th>
</tr>

View File

@@ -118,6 +118,14 @@
<td><option>default_edge_cluster_uuid</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Default edge cluster identifier</td>
</tr>
<tr>
<td><option>nsx_password</option> = <replaceable>default</replaceable></td>
<td>(StrOpt) Password for NSX controllers in this cluster</td>
</tr>
<tr>
<td><option>nsx_user</option> = <replaceable>admin</replaceable></td>
<td>(StrOpt) User name for NSX controllers in this cluster</td>
</tr>
<tr>
<th colspan="2">[nsxv]</th>
</tr>
@@ -141,14 +149,30 @@
<td><option>deployment_container_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX Edges</td>
</tr>
<tr>
<td><option>dhcp_lease_time</option> = <replaceable>86400</replaceable></td>
<td>(IntOpt) DHCP default lease time.</td>
</tr>
<tr>
<td><option>dvs_id</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) DVS ID for VLANs</td>
</tr>
<tr>
<td><option>edge_appliance_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Password to configure for Edge appliance login</td>
</tr>
<tr>
<td><option>edge_appliance_user</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Username to configure for Edge appliance login</td>
</tr>
<tr>
<td><option>external_network</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Network ID for physical network connectivity</td>
</tr>
<tr>
<td><option>locking_coordinator_url</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) A URL to a locking mechanism coordinator</td>
</tr>
<tr>
<td><option>manager_uri</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) uri for vsm</td>

View File

@@ -57,8 +57,8 @@
<td>(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it.</td>
</tr>
<tr>
<td><option>prevent_arp_spoofing</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable suppression of ARP responses that don't match an IP address that belongs to the port from which they originate. Note: This prevents the VMs attached to this agent from spoofing, it doesn't protect them from other devices which have the capability to spoof (e.g. bare metal or VMs attached to agents without this flag set to True). Spoofing rules will not be added to any ports that have port security disabled. This requires a version of OVS that supports matching ARP headers.</td>
<td><option>prevent_arp_spoofing</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Enable suppression of ARP responses that don't match an IP address that belongs to the port from which they originate. Note: This prevents the VMs attached to this agent from spoofing, it doesn't protect them from other devices which have the capability to spoof (e.g. bare metal or VMs attached to agents without this flag set to True). Spoofing rules will not be added to any ports that have port security disabled. For LinuxBridge, this requires ebtables. For OVS, it requires a version that supports matching ARP headers.</td>
</tr>
<tr>
<td><option>quitting_rpc_timeout</option> = <replaceable>10</replaceable></td>
@@ -102,6 +102,14 @@
<td><option>local_ip</option> = <replaceable>None</replaceable></td>
<td>(IPOpt) Local IP address of tunnel endpoint.</td>
</tr>
<tr>
<td><option>of_interface</option> = <replaceable>ovs-ofctl</replaceable></td>
<td>(StrOpt) OpenFlow interface to use.</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_interface</option> = <replaceable>vsctl</replaceable></td>
<td>(StrOpt) The interface for interacting with the OVSDB</td>

View File

@@ -21,18 +21,6 @@
<td><option>allow_overlapping_ips</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Allow overlapping IP support in Neutron</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>
</tbody>
</table>
</para>

View File

@@ -70,8 +70,8 @@
<td>(StrOpt) Username for Qpid connection.</td>
</tr>
<tr>
<td><option>rpc_conn_pool_size</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) Size of RPC connection pool.</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>
</tr>
</tbody>
</table>

View File

@@ -32,6 +32,18 @@
<td><option>quota_driver</option> = <replaceable>neutron.db.quota_db.DbQuotaDriver</replaceable></td>
<td>(StrOpt) Default driver to use for quota checks</td>
</tr>
<tr>
<td><option>quota_firewall</option> = <replaceable>1</replaceable></td>
<td>(IntOpt) Number of firewalls allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_firewall_policy</option> = <replaceable>1</replaceable></td>
<td>(IntOpt) Number of firewall policies allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_firewall_rule</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Number of firewall rules allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_floatingip</option> = <replaceable>50</replaceable></td>
<td>(IntOpt) Number of floating IPs allowed per tenant. A negative value means unlimited.</td>
@@ -40,9 +52,21 @@
<td><option>quota_health_monitor</option> = <replaceable>-1</replaceable></td>
<td>(IntOpt) Number of health monitors allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_healthmonitor</option> = <replaceable>-1</replaceable></td>
<td>(IntOpt) Number of health monitors allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_items</option> = <replaceable>network, subnet, port</replaceable></td>
<td>(ListOpt) Resource name(s) that are supported in quota features</td>
<td>(ListOpt) Resource name(s) that are supported in quota features. This option is now deprecated for removal.</td>
</tr>
<tr>
<td><option>quota_listener</option> = <replaceable>-1</replaceable></td>
<td>(IntOpt) Number of Loadbalancer Listeners allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_loadbalancer</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of LoadBalancers allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_member</option> = <replaceable>-1</replaceable></td>

View File

@@ -34,13 +34,17 @@
<td>(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.</td>
</tr>
<tr>
<td><option>heartbeat_timeout_threshold</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disables the heartbeat, &gt;0 enables it. Enabling heartbeats requires kombu&gt;=3.0.7 and amqp&gt;=1.4.0). EXPERIMENTAL</td>
<td><option>heartbeat_timeout_threshold</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat). EXPERIMENTAL</td>
</tr>
<tr>
<td><option>kombu_reconnect_delay</option> = <replaceable>1.0</replaceable></td>
<td>(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.</td>
</tr>
<tr>
<td><option>kombu_reconnect_timeout</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) How long to wait before considering a reconnect attempt to have failed. This value should not be longer than rpc_response_timeout.</td>
</tr>
<tr>
<td><option>kombu_ssl_ca_certs</option> = <replaceable></replaceable></td>
<td>(StrOpt) SSL certification authority file (valid only if SSL enabled).</td>
@@ -106,8 +110,8 @@
<td>(StrOpt) The RabbitMQ virtual host.</td>
</tr>
<tr>
<td><option>rpc_conn_pool_size</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) Size of RPC connection pool.</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>
</tr>
</tbody>
</table>

View File

@@ -33,6 +33,10 @@
<td><option>rpc_cast_timeout</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.</td>
</tr>
<tr>
<td><option>rpc_conn_pool_size</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) Size of RPC connection pool.</td>
</tr>
<tr>
<td><option>rpc_response_timeout</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) Seconds to wait for a response from a call.</td>
@@ -45,13 +49,6 @@
<td><option>rpc_workers</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) Number of RPC worker processes for service</td>
</tr>
<tr>
<th colspan="2">[AGENT]</th>
</tr>
<tr>
<td><option>rpc_support_old_agents</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable server RPC compatibility with old agents</td>
</tr>
<tr>
<th colspan="2">[oslo_concurrency]</th>
</tr>

View File

@@ -30,8 +30,8 @@
<td>(BoolOpt) Allow auto scheduling of routers to L3 agent.</td>
</tr>
<tr>
<td><option>router_delete_namespaces</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Delete namespace after removing a router.</td>
<td><option>router_delete_namespaces</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Delete namespace after removing a router.This option is deprecated and will be removed in a future release.</td>
</tr>
<tr>
<td><option>router_scheduler_driver</option> = <replaceable>neutron.scheduler.l3_agent_scheduler.ChanceScheduler</replaceable></td>

View File

@@ -57,7 +57,7 @@
<td>(IntOpt) The number of seconds the agent will wait between polling for local device changes.</td>
</tr>
<tr>
<td><option>report_interval</option> = <replaceable>4</replaceable></td>
<td><option>report_interval</option> = <replaceable>30</replaceable></td>
<td>(IntOpt) Seconds between nodes reporting state to server.</td>
</tr>
<tr>

View File

@@ -3,8 +3,8 @@
<!-- 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_oslo_middleware">
<caption>Description of oslo_middleware configuration options</caption>
<table rules="all" xml:id="config_table_neutron_vpnaas">
<caption>Description of VPN-as-a-Service configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
@@ -15,11 +15,11 @@
</thead>
<tbody>
<tr>
<th colspan="2">[oslo_middleware]</th>
<th colspan="2">[vpnagent]</th>
</tr>
<tr>
<td><option>max_request_body_size</option> = <replaceable>114688</replaceable></td>
<td>(IntOpt) The maximum body size for each request, in bytes.</td>
<td><option>vpn_device_driver</option> = <replaceable>['neutron_vpnaas.services.vpn.device_drivers.ipsec.OpenSwanDriver']</replaceable></td>
<td>(MultiStrOpt) The vpn device drivers Neutron will use</td>
</tr>
</tbody>
</table>

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_vpnaas_ipsec">
<caption>Description of VPNaaS IPsec 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">[ipsec]</th>
</tr>
<tr>
<td><option>config_base_dir</option> = <replaceable>$state_path/ipsec</replaceable></td>
<td>(StrOpt) Location to store ipsec server config files</td>
</tr>
<tr>
<td><option>ipsec_status_check_interval</option> = <replaceable>60</replaceable></td>
<td>(IntOpt) Interval for checking ipsec status</td>
</tr>
</tbody>
</table>
</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_vpnaas_openswan">
<caption>Description of VPNaaS strongSwan 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">[openswan]</th>
</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>(StrOpt) Template file for ipsec configuration</td>
</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>(StrOpt) Template file for ipsec secret configuration</td>
</tr>
</tbody>
</table>
</para>

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_vpnaas_strongswan">
<caption>Description of VPNaaS Openswan 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">[strongswan]</th>
</tr>
<tr>
<td><option>default_config_area</option> = <replaceable>/etc/strongswan.d</replaceable></td>
<td>(StrOpt) The area where default StrongSwan configuration files are located.</td>
</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>(StrOpt) Template file for ipsec configuration.</td>
</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>(StrOpt) Template file for ipsec secret configuration.</td>
</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>(StrOpt) Template file for strongswan configuration.</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -40,18 +40,18 @@
<xi:include href="../../common/tables/neutron-compute.xml"/>
</section>
<section xml:id="networking-options-cors">
<title>Compute</title>
<para>Use the following options to alter CORS-related settings.</para>
<xi:include href="../../common/tables/neutron-cors.xml"/>
</section>
<section xml:id="networking-options-db">
<title>Database</title>
<para>Use the following options to alter Database-related settings.</para>
<xi:include href="../../common/tables/neutron-database.xml"/>
</section>
<section xml:id="networking-options-debug">
<title>Logging</title>
<para>Use the following options to alter debug settings.</para>
<xi:include href="../../common/tables/neutron-debug.xml"/>
</section>
<section xml:id="networking-options-dhcp">
<title>DHCP agent</title>
<para>Use the following options to alter Database-related settings.</para>
@@ -69,6 +69,29 @@
<para>Use the following options in the <filename>fwaas_driver.ini</filename>
file for the FWaaS driver.</para>
<xi:include href="../../common/tables/neutron-fwaas.xml"/>
<xi:include href="../../common/tables/neutron-fwaas_ngfw.xml"/>
<xi:include href="../../common/tables/neutron-fwaas_varmour.xml"/>
</section>
<section xml:id="networking-plugin-lbaas">
<title>Load-Balancer-as-a-Service configuration options</title>
<para>Use the following options in the <filename>lbaas_agent.ini</filename>
file for the LBaaS agent.</para>
<xi:include href="../../common/tables/neutron-lbaas.xml" />
<xi:include href="../../common/tables/neutron-lbaas_embrane.xml" />
<xi:include href="../../common/tables/neutron-lbaas_haproxy.xml" />
<xi:include href="../../common/tables/neutron-lbaas_netscaler.xml" />
<xi:include href="../../common/tables/neutron-lbaas_radware.xml" />
</section>
<section xml:id="networking-plugin-vpnaas">
<title>VPN-as-a-Service configuration options</title>
<para>Use the following options in the <filename>vpnaas_agent.ini</filename>
file for the VPNaaS agent.</para>
<xi:include href="../../common/tables/neutron-vpnaas.xml" />
<xi:include href="../../common/tables/neutron-vpnaas_ipsec.xml" />
<xi:include href="../../common/tables/neutron-vpnaas_openswan.xml" />
<xi:include href="../../common/tables/neutron-vpnaas_strongswan.xml" />
</section>
<section xml:id="networking-options-ipv6_ra">
@@ -124,13 +147,6 @@
<xi:include href="../../common/tables/neutron-nova.xml"/>
</section>
<section xml:id="networking-options-oslo-middleware">
<title>Policy</title>
<para>Use the following options in the
<filename>neutron.conf</filename> file to change oslo middleware settings.</para>
<xi:include href="../../common/tables/neutron-oslo_middleware.xml"/>
</section>
<section xml:id="networking-options-policy">
<title>Policy</title>
<para>Use the following options in the

View File

@@ -161,12 +161,10 @@
href="../../common/tables/neutron-nsx.xml"
/>
</section>
<section xml:id="networking-plugin-lbaas">
<title>Load-Balancer-as-a-Service Agent configuration options</title>
<para>Use the following options in the <filename>lbaas_agent.ini</filename>
file for the LBaaS agent.</para>
<section xml:id="networking-plugin-vmware-dvs">
<title>VMware DVS configuration options</title>
<xi:include
href="../../common/tables/neutron-lbaas_agent.xml"
href="../../common/tables/neutron-dvs.xml"
/>
</section>
</section>

View File

@@ -19,7 +19,6 @@ auth_insecure common
auth_region common
auth_strategy common
auth_url common
backdoor_port debug
backlog api
base_mac common
bind_host common
@@ -38,6 +37,7 @@ default_l3_gw_service_uuid l2gw
default_log_levels logging
default_service_cluster_uuid nsx
default_tz_uuid nsx
device_driver common
dhcp_agent_notification common
dhcp_agents_per_network common
dhcp_broadcast_reply common
@@ -52,10 +52,12 @@ dnsmasq_dns_servers dhcp_agent
dnsmasq_lease_max dhcp_agent
driver metering_agent
dvr_base_mac dvr
ebtables_path linuxbridge_agent
enable_isolated_metadata dhcp_agent
enable_metadata_network dhcp_agent
enable_metadata_proxy l3_agent
enable_services_on_agents_with_admin_state_down common
enable_snat_by_default l3_agent
endpoint_type common
external_ingress_mark l3_agent
external_network_bridge l3_agent
@@ -74,15 +76,13 @@ instance_format logging
instance_uuid_format logging
interface_driver common
ip_lib_force_root common
ipam_driver common
ipv6_gateway l3_agent
l2gw_callback_class l2gw
l3_ha l3_agent
l3_ha_net_cidr l3_agent
log-config-append logging
log-date-format logging
log-dir logging
log-file logging
log-format logging
loadbalancer_pool_scheduler_driver lbaas
loadbalancer_scheduler_driver lbaas
log_config_append logging
log_date_format logging
log_dir logging
@@ -146,9 +146,6 @@ pagination_max_limit api
periodic_fuzzy_delay common
periodic_interval common
periodic_monitoring_interval common
policy_default_rule policy
policy_dirs policy
policy_file policy
publish_errors logging
quota_l2_gateway l2gw
ra_confs ipv6_ra
@@ -164,6 +161,7 @@ router_id l3_agent
router_scheduler_driver scheduler
rpc_backend rpc
rpc_cast_timeout rpc
rpc_conn_pool_size rpc
rpc_response_timeout rpc
rpc_thread_pool_size rpc
rpc_workers rpc
@@ -174,7 +172,6 @@ rpc_zmq_ipc_dir zeromq
rpc_zmq_matchmaker zeromq
rpc_zmq_port zeromq
rpc_zmq_topic_backlog zeromq
run_external_periodic_tasks api
send_arp_for_ha l3_agent
send_events_interval compute
service_plugins api
@@ -182,12 +179,9 @@ ssl_ca_file ca
ssl_cert_file ca
ssl_key_file ca
state_path common
syslog-log-facility logging
syslog_log_facility logging
tcp_keepidle api
transport_url amqp
use-syslog logging
use-syslog-rfc-format logging
use_namespaces dhcp_agent
use_ssl logging
use_stderr logging
@@ -206,6 +200,7 @@ AGENT/enable_metrics_collection hyperv_agent
AGENT/integration_bridge nvsd
AGENT/l2_population openvswitch_agent
AGENT/local_network_vswitch hyperv_agent
AGENT/log_agent_heartbeats common
AGENT/metrics_max_retries hyperv_agent
AGENT/minimize_polling openvswitch_agent
AGENT/ovsdb_monitor_respawn_interval openvswitch_agent
@@ -216,7 +211,6 @@ AGENT/quitting_rpc_timeout openvswitch_agent
AGENT/report_interval metering_agent
AGENT/root_helper common
AGENT/root_helper_daemon common
AGENT/rpc_support_old_agents rpc
AGENT/tunnel_types openvswitch_agent
AGENT/use_helper_for_ns_read l3_agent
AGENT/veth_mtu openvswitch_agent
@@ -251,7 +245,11 @@ ESWITCH/daemon_endpoint ml2_mlnx
ESWITCH/physical_interface_mappings ml2_mlnx
ESWITCH/request_timeout ml2_mlnx
ESWITCH/retries ml2_mlnx
ESWITCH/vnic_type ml2_mlnx
L3_BROCADE_MLX_EXAMPLE/address l3_brocade_mlx
L3_BROCADE_MLX_EXAMPLE/password l3_brocade_mlx
L3_BROCADE_MLX_EXAMPLE/physical_networks l3_brocade_mlx
L3_BROCADE_MLX_EXAMPLE/ports l3_brocade_mlx
L3_BROCADE_MLX_EXAMPLE/username l3_brocade_mlx
LINUX_BRIDGE/physical_interface_mappings linuxbridge_agent
META/default_flavor meta
META/default_l3_flavor meta
@@ -260,22 +258,32 @@ META/l3_plugin_list meta
META/plugin_list meta
META/rpc_flavor meta
META/supported_extension_aliases meta
MIDONET/client midonet
MIDONET/cluster_ip midonet
MIDONET/cluster_port midonet
MIDONET/midonet_uri midonet
MIDONET/password midonet
MIDONET/project_id midonet
MIDONET/tunnel_protocol midonet
MIDONET/use_cluster midonet
MIDONET/username midonet
ML2_BROCADE_MLX_EXAMPLE/address ml2_brocade
ML2_BROCADE_MLX_EXAMPLE/ostype ml2_brocade
ML2_BROCADE_MLX_EXAMPLE/password ml2_brocade
ML2_BROCADE_MLX_EXAMPLE/physical_networks ml2_brocade
ML2_BROCADE_MLX_EXAMPLE/ports ml2_brocade
ML2_BROCADE_MLX_EXAMPLE/transport ml2_brocade
ML2_BROCADE_MLX_EXAMPLE/username ml2_brocade
NOVA/node_override_vif_802.1qbg bigswitch ml2_bigswitch
NOVA/node_override_vif_802.1qbh bigswitch ml2_bigswitch
NOVA/node_override_vif_binding_failed bigswitch ml2_bigswitch
NOVA/node_override_vif_bridge bigswitch ml2_bigswitch
NOVA/node_override_vif_distributed bigswitch ml2_bigswitch
NOVA/node_override_vif_dvs bigswitch ml2_bigswitch
NOVA/node_override_vif_hostdev bigswitch ml2_bigswitch
NOVA/node_override_vif_hw_veb bigswitch ml2_bigswitch
NOVA/node_override_vif_hyperv bigswitch ml2_bigswitch
NOVA/node_override_vif_ib_hostdev bigswitch ml2_bigswitch
NOVA/node_override_vif_ivs bigswitch ml2_bigswitch
NOVA/node_override_vif_midonet bigswitch ml2_bigswitch
NOVA/node_override_vif_mlnx_direct bigswitch ml2_bigswitch
NOVA/node_override_vif_other bigswitch ml2_bigswitch
NOVA/node_override_vif_ovs bigswitch ml2_bigswitch
NOVA/node_override_vif_unbound bigswitch ml2_bigswitch
@@ -310,6 +318,8 @@ OVS/bridge_mappings openvswitch_agent
OVS/int_peer_patch_port openvswitch_agent
OVS/integration_bridge openvswitch_agent
OVS/local_ip openvswitch_agent
OVS/of_interface openvswitch_agent
OVS/ovsdb_connection openvswitch_agent
OVS/ovsdb_interface openvswitch_agent
OVS/tun_peer_patch_port openvswitch_agent
OVS/tunnel_bridge openvswitch_agent
@@ -339,9 +349,15 @@ PROXY/auth_strategy common
PROXY/auth_url common
QUOTAS/default_quota quotas
QUOTAS/quota_driver quotas
QUOTAS/quota_firewall quotas
QUOTAS/quota_firewall_policy quotas
QUOTAS/quota_firewall_rule quotas
QUOTAS/quota_floatingip quotas
QUOTAS/quota_health_monitor quotas
QUOTAS/quota_healthmonitor quotas
QUOTAS/quota_items quotas
QUOTAS/quota_listener quotas
QUOTAS/quota_loadbalancer quotas
QUOTAS/quota_member quotas
QUOTAS/quota_network quotas
QUOTAS/quota_network_gateway quotas
@@ -401,8 +417,6 @@ SWITCH/address brocade
SWITCH/ostype brocade
SWITCH/password brocade
SWITCH/username brocade
VLANS/network_vlan_ranges linuxbridge_agent
VLANS/tenant_network_type linuxbridge_agent
VMWARE/cert_check vmware
VMWARE/cert_path vmware
VMWARE/cluster_dvs_mapping vmware
@@ -433,8 +447,23 @@ VXLAN/local_ip linuxbridge_agent
VXLAN/tos linuxbridge_agent
VXLAN/ttl linuxbridge_agent
VXLAN/vxlan_group linuxbridge_agent
certificates/cert_manager_class common
certificates/storage_path common
cfg_agent/device_connection_timeout cisco
cfg_agent/hosting_device_dead_timeout cisco
cisco_csr_ipsec/status_check_interval cisco
cors/allow_credentials cors
cors/allow_headers cors
cors/allow_methods cors
cors/allowed_origin cors
cors/expose_headers cors
cors/max_age cors
cors.subdomain/allow_credentials cors
cors.subdomain/allow_headers cors
cors.subdomain/allow_methods cors
cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
database/backend database
database/connection database
database/connection_debug database
@@ -455,6 +484,13 @@ database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
dvs/api_retry_count dvs
dvs/dvs_name dvs
dvs/host_ip dvs
dvs/host_password dvs
dvs/host_port dvs
dvs/host_username dvs
dvs/task_poll_interval dvs
fwaas/driver nec
fwaas/enabled fwaas
general/backlog_processing_interval cisco
@@ -465,6 +501,12 @@ general/l3_admin_tenant cisco
general/management_network cisco
general/service_vm_config_path cisco
general/templates_path cisco
haproxy/interface_driver lbaas_haproxy
haproxy/jinja_config_template lbaas_haproxy
haproxy/loadbalancer_state_path lbaas_haproxy
haproxy/periodic_interval lbaas_haproxy
haproxy/send_gratuitous_arp lbaas_haproxy
haproxy/user_group lbaas_haproxy
heleos/admin_password common
heleos/admin_username embrane
heleos/async_requests embrane
@@ -475,6 +517,18 @@ heleos/mgmt_id embrane
heleos/oob_id embrane
heleos/resource_pool_id embrane
heleos/router_image embrane
heleoslb/admin_password lbaas_embrane
heleoslb/admin_username lbaas_embrane
heleoslb/async_requests lbaas_embrane
heleoslb/dummy_utif_id lbaas_embrane
heleoslb/esm_mgmt lbaas_embrane
heleoslb/inband_id lbaas_embrane
heleoslb/lb_flavor lbaas_embrane
heleoslb/lb_image lbaas_embrane
heleoslb/mgmt_id lbaas_embrane
heleoslb/oob_id lbaas_embrane
heleoslb/resource_pool_id lbaas_embrane
heleoslb/sync_interval lbaas_embrane
hosting_devices/csr1kv_booting_time cisco
hosting_devices/csr1kv_cfgagent_router_driver cisco
hosting_devices/csr1kv_device_driver cisco
@@ -484,6 +538,8 @@ hosting_devices/csr1kv_password cisco
hosting_devices/csr1kv_plugging_driver cisco
hosting_devices/csr1kv_username cisco
hyperv/force_hyperv_utils_v1 hyperv_agent
ipsec/config_base_dir vpnaas_ipsec
ipsec/ipsec_status_check_interval vpnaas_ipsec
keystone_authtoken/admin_password auth_token
keystone_authtoken/admin_tenant_name auth_token
keystone_authtoken/admin_token auth_token
@@ -535,6 +591,7 @@ matchmaker_redis/password redis
matchmaker_redis/port redis
matchmaker_ring/ringfile redis
ml2/extension_drivers ml2
ml2/external_network_type ml2
ml2/mechanism_drivers ml2
ml2/path_mtu ml2
ml2/physical_network_mtus ml2
@@ -589,6 +646,7 @@ 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_timeout ml2_cisco
ml2_cisco_n1kv/max_vsm_retries cisco
ml2_cisco_n1kv/n1kv_vsm_ips ml2_cisco
ml2_cisco_n1kv/password ml2_cisco
ml2_cisco_n1kv/poll_duration ml2_cisco
@@ -623,11 +681,18 @@ ml2_sriov/agent_required ml2_sriov
ml2_sriov/supported_pci_vendor_devs ml2_sriov
ml2_type_flat/flat_networks ml2_flat
ml2_type_gre/tunnel_id_ranges ml2_gre
ml2_type_nexus_vxlan/mcast_ranges ml2_vxlan
ml2_type_nexus_vxlan/vni_ranges ml2_vxlan
ml2_type_vlan/network_vlan_ranges ml2_vlan
ml2_type_vxlan/vni_ranges ml2_vxlan
ml2_type_vxlan/vxlan_group ml2_vxlan
netscaler_driver/is_synchronous lbaas_netscaler
netscaler_driver/netscaler_ncc_password lbaas_netscaler
netscaler_driver/netscaler_ncc_uri lbaas_netscaler
netscaler_driver/netscaler_ncc_username lbaas_netscaler
netscaler_driver/netscaler_status_collection lbaas_netscaler
netscaler_driver/periodic_task_interval lbaas_netscaler
ngfw/smc_api_auth_key fwaas_ngfw
ngfw/smc_api_version fwaas_ngfw
ngfw/smc_url fwaas_ngfw
nova/auth_plugin nova
nova/auth_section nova
nova/cafile nova
@@ -637,13 +702,19 @@ nova/keyfile nova
nova/region_name nova
nova/timeout nova
nsx_v3/default_edge_cluster_uuid nsx
nsx_v3/nsx_password nsx
nsx_v3/nsx_user nsx
nsxv/backup_edge_pool nsx
nsxv/cluster_moid nsx
nsxv/datacenter_moid nsx
nsxv/datastore_id nsx
nsxv/deployment_container_id nsx
nsxv/dhcp_lease_time nsx
nsxv/dvs_id nsx
nsxv/edge_appliance_password nsx
nsxv/edge_appliance_user nsx
nsxv/external_network nsx
nsxv/locking_coordinator_url nsx
nsxv/manager_uri nsx
nsxv/maximum_tunnels_per_vnic nsx
nsxv/metadata_shared_secret nsx
@@ -667,6 +738,8 @@ nvsd/nvsd_port nvsd
nvsd/nvsd_retries nvsd
nvsd/nvsd_user nvsd
nvsd/request_timeout nvsd
openswan/ipsec_config_template vpnaas_openswan
openswan/ipsec_secret_template vpnaas_openswan
oslo_concurrency/disable_process_locking rpc
oslo_concurrency/lock_path rpc
oslo_messaging_amqp/allow_insecure_clients rpc
@@ -693,13 +766,14 @@ oslo_messaging_qpid/qpid_sasl_mechanisms qpid
oslo_messaging_qpid/qpid_tcp_nodelay qpid
oslo_messaging_qpid/qpid_topology_version qpid
oslo_messaging_qpid/qpid_username qpid
oslo_messaging_qpid/rpc_conn_pool_size qpid
oslo_messaging_qpid/send_single_reply qpid
oslo_messaging_rabbit/amqp_auto_delete rabbitmq
oslo_messaging_rabbit/amqp_durable_queues rabbitmq
oslo_messaging_rabbit/fake_rabbit rabbitmq
oslo_messaging_rabbit/heartbeat_rate rabbitmq
oslo_messaging_rabbit/heartbeat_timeout_threshold rabbitmq
oslo_messaging_rabbit/kombu_reconnect_delay rabbitmq
oslo_messaging_rabbit/kombu_reconnect_timeout rabbitmq
oslo_messaging_rabbit/kombu_ssl_ca_certs rabbitmq
oslo_messaging_rabbit/kombu_ssl_certfile rabbitmq
oslo_messaging_rabbit/kombu_ssl_keyfile rabbitmq
@@ -716,8 +790,12 @@ oslo_messaging_rabbit/rabbit_retry_interval rabbitmq
oslo_messaging_rabbit/rabbit_use_ssl rabbitmq
oslo_messaging_rabbit/rabbit_userid rabbitmq
oslo_messaging_rabbit/rabbit_virtual_host rabbitmq
oslo_messaging_rabbit/rpc_conn_pool_size rabbitmq
oslo_middleware/max_request_body_size oslo_middleware
oslo_messaging_rabbit/send_single_reply rabbitmq
oslo_middleware/max_request_body_size api
oslo_middleware/secure_proxy_ssl_header api
oslo_policy/policy_default_rule api
oslo_policy/policy_dirs api
oslo_policy/policy_file api
ovsdb/l2_gw_agent_ca_cert_base_path l2gw
ovsdb/l2_gw_agent_cert_base_path l2gw
ovsdb/l2_gw_agent_priv_key_base_path l2gw
@@ -730,4 +808,55 @@ plumgriddirector/driver plumgrid
plumgriddirector/password plumgrid
plumgriddirector/servertimeout plumgrid
plumgriddirector/username plumgrid
radware/actions_to_skip lbaas_radware
radware/ha_secondary_address lbaas_radware
radware/l2_l3_ctor_params lbaas_radware
radware/l2_l3_setup_params lbaas_radware
radware/l2_l3_workflow_name lbaas_radware
radware/l4_action_name lbaas_radware
radware/l4_workflow_name lbaas_radware
radware/service_adc_type lbaas_radware
radware/service_adc_version lbaas_radware
radware/service_cache lbaas_radware
radware/service_compression_throughput lbaas_radware
radware/service_ha_pair lbaas_radware
radware/service_isl_vlan lbaas_radware
radware/service_resource_pool_ids lbaas_radware
radware/service_session_mirroring_enabled lbaas_radware
radware/service_ssl_throughput lbaas_radware
radware/service_throughput lbaas_radware
radware/vdirect_address lbaas_radware
radware/vdirect_password lbaas_radware
radware/vdirect_user lbaas_radware
radwarev2/child_workflow_template_names lbaas_radware
radwarev2/ha_secondary_address lbaas_radware
radwarev2/service_adc_type lbaas_radware
radwarev2/service_adc_version lbaas_radware
radwarev2/service_cache lbaas_radware
radwarev2/service_compression_throughput lbaas_radware
radwarev2/service_ha_pair lbaas_radware
radwarev2/service_isl_vlan lbaas_radware
radwarev2/service_resource_pool_ids lbaas_radware
radwarev2/service_session_mirroring_enabled lbaas_radware
radwarev2/service_ssl_throughput lbaas_radware
radwarev2/service_throughput lbaas_radware
radwarev2/stats_action_name lbaas_radware
radwarev2/vdirect_address lbaas_radware
radwarev2/vdirect_password lbaas_radware
radwarev2/vdirect_user lbaas_radware
radwarev2/workflow_action_name lbaas_radware
radwarev2/workflow_params lbaas_radware
radwarev2/workflow_template_name lbaas_radware
radwarev2_debug/configure_l3 lbaas_radware
radwarev2_debug/configure_l4 lbaas_radware
radwarev2_debug/provision_service lbaas_radware
service_providers/service_provider api
strongswan/default_config_area vpnaas_strongswan
strongswan/ipsec_config_template vpnaas_strongswan
strongswan/ipsec_secret_template vpnaas_strongswan
strongswan/strongswan_config_template vpnaas_strongswan
vArmour/director fwaas_varmour
vArmour/director_port fwaas_varmour
vArmour/password fwaas_varmour
vArmour/username fwaas_varmour
vpnagent/vpn_device_driver vpnaas

View File

@@ -5,8 +5,11 @@ cfg_agent cfg agent
cisco Cisco
dhcp_agent DHCP agent
dvr DVR
dvs VMware DVS
embrane Embrane
fwaas FwaaS
fwaas Firewall-as-a-Service
fwaas_ngfw FWaaS NGFW plug-in
fwaas_varmour FWaaS vArmour plug-in
hyperv_agent HyperV agent
ipv6_ra IPv6 router advertisement
l2gw Layer 2 Gateway
@@ -14,6 +17,11 @@ l3_agent L3 agent
l3_arista Arista layer-3 service plug-in
l3_brocade_mlx Brocade MLX L3 plug-in
l3_brocade_mlx_switch Brocade MLX L3 switch
lbaas Load-Balancer-as-a-Service
lbaas_embrane LBaaS Embrane plugin
lbaas_haproxy LBaaS HAProxy plugin
lbaas_netscaler LBaaS NetScaler plugin
lbaas_radware LBaaS Radware plugin
linuxbridge_agent Linux Bridge agent
meta meta
metering_agent metering agent
@@ -50,3 +58,7 @@ ryu RYU
sdnve SDN-VE
securitygroups security groups
sriov SR-IOV
vpnaas VPN-as-a-Service
vpnaas_ipsec VPNaaS IPsec plug-in
vpnaas_openswan VPNaaS strongSwan plug-in
vpnaas_strongswan VPNaaS Openswan plug-in