Update flagmappings for neutron
Change-Id: I02784cd0330771220f84325884cd147b3fdf2b8e
This commit is contained in:
parent
3f69813564
commit
546ea5db59
@ -41,6 +41,10 @@
|
||||
<td><option>auth_host</option> = <replaceable>127.0.0.1</replaceable></td>
|
||||
<td>(StrOpt) Host providing the admin Identity API endpoint. Deprecated, use identity_uri.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>auth_plugin</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Name of the plugin to load</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>auth_port</option> = <replaceable>35357</replaceable></td>
|
||||
<td>(IntOpt) Port of the admin Identity API endpoint. Deprecated, use identity_uri.</td>
|
||||
@ -49,6 +53,10 @@
|
||||
<td><option>auth_protocol</option> = <replaceable>https</replaceable></td>
|
||||
<td>(StrOpt) Protocol of the admin Identity API endpoint (http or https). Deprecated, use identity_uri.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>auth_section</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Config Section from which to load plugin specific options</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>auth_uri</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Complete public Identity API endpoint.</td>
|
||||
@ -109,6 +117,26 @@
|
||||
<td><option>keyfile</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Required if identity server requires client certificate</td>
|
||||
</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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>memcache_pool_dead_retry</option> = <replaceable>300</replaceable></td>
|
||||
<td>(IntOpt) (Optional) Number of seconds memcached server is considered dead before it is tried again.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>memcache_pool_maxsize</option> = <replaceable>10</replaceable></td>
|
||||
<td>(IntOpt) (Optional) Maximum total number of open connections to every memcached server.</td>
|
||||
</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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>memcache_pool_unused_timeout</option> = <replaceable>60</replaceable></td>
|
||||
<td>(IntOpt) (Optional) Number of seconds a connection to memcached is held unused in the pool before it is closed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>memcache_secret_key</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) (Optional, mandatory if memcache_security_strategy is defined) This string is used for key derivation.</td>
|
||||
@ -117,6 +145,10 @@
|
||||
<td><option>memcache_security_strategy</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) (Optional) If defined, indicate whether token data should be authenticated or authenticated and encrypted. Acceptable values are MAC or ENCRYPT. If MAC, token data is authenticated (with HMAC) in the cache. If ENCRYPT, token data is encrypted and authenticated in the cache. If the value is not one of these options or empty, auth_token will raise an exception on initialization.</td>
|
||||
</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>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
|
@ -109,7 +109,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-shock</replaceable></td>
|
||||
<td><option>neutron_id</option> = <replaceable>neutron-os3.asicdesigners.com</replaceable></td>
|
||||
<td>(StrOpt) User defined identifier for this Neutron deployment</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -182,17 +182,6 @@
|
||||
<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]</th>
|
||||
</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">[n1kv]</th>
|
||||
</tr>
|
||||
|
@ -73,14 +73,6 @@
|
||||
<td><option>ca_certs</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) CA certificates</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>check_child_processes_action</option> = <replaceable>respawn</replaceable></td>
|
||||
<td>(StrOpt) Action to be executed when a child process dies</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>check_child_processes_interval</option> = <replaceable>0</replaceable></td>
|
||||
<td>(IntOpt) Interval between checks of child process liveness (seconds), use 0 to disable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>core_plugin</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) The core plugin Neutron will use</td>
|
||||
@ -181,10 +173,6 @@
|
||||
<td><option>report_interval</option> = <replaceable>300</replaceable></td>
|
||||
<td>(IntOpt) Interval between two metering reports</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>root_helper</option> = <replaceable>sudo</replaceable></td>
|
||||
<td>(StrOpt) Root helper application.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
@ -192,6 +180,14 @@
|
||||
<tr>
|
||||
<th colspan="2">[AGENT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>check_child_processes_action</option> = <replaceable>respawn</replaceable></td>
|
||||
<td>(StrOpt) Action to be executed when a child process dies</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>check_child_processes_interval</option> = <replaceable>0</replaceable></td>
|
||||
<td>(IntOpt) Interval between checks of child process liveness (seconds), use 0 to disable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>root_helper</option> = <replaceable>sudo</replaceable></td>
|
||||
<td>(StrOpt) Root helper application.</td>
|
||||
|
@ -21,6 +21,10 @@
|
||||
<td><option>agent_mode</option> = <replaceable>legacy</replaceable></td>
|
||||
<td>(StrOpt) The working mode for the agent. Allowed modes are: 'legacy' - this preserves the existing behavior where the L3 agent is deployed on a centralized networking node to provide L3 services like DNAT, and SNAT. Use this mode if you do not want to adopt DVR. 'dvr' - this mode enables DVR functionality and must be used for an L3 agent that runs on a compute host. 'dvr_snat' - this enables centralized SNAT support in conjunction with DVR. This mode must be used for an L3 agent running on a centralized node (or in single-host deployments, e.g. devstack)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>allow_automatic_dhcp_failover</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Automatically remove networks from offline DHCP agents.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>allow_automatic_l3agent_failover</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Automatically reschedule routers from offline L3 agents to online L3 agents.</td>
|
||||
@ -81,10 +85,6 @@
|
||||
<td><option>send_arp_for_ha</option> = <replaceable>3</replaceable></td>
|
||||
<td>(IntOpt) Send this many gratuitous ARPs for HA setup, if less than or equal to 0, the feature is disabled</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>use_helper_for_ns_read</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Use the root helper to read the namespaces from the operating system.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[AGENT]</th>
|
||||
</tr>
|
||||
|
@ -21,6 +21,10 @@
|
||||
<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>
|
||||
<td><option>metadata_access_mark</option> = <replaceable>0x1</replaceable></td>
|
||||
<td>(StrOpt) Iptables mangle mark used to mark metadata valid requests</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>metadata_backlog</option> = <replaceable>4096</replaceable></td>
|
||||
<td>(IntOpt) Number of backlog requests to configure the metadata server socket with</td>
|
||||
@ -39,14 +43,14 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>metadata_proxy_socket</option> = <replaceable>$state_path/metadata_proxy</replaceable></td>
|
||||
<td>(StrOpt) Location for Metadata Proxy UNIX domain socket</td>
|
||||
<td>(StrOpt) Location of Metadata Proxy UNIX domain socket</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>metadata_proxy_user</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) User (uid or name) running metadata proxy after its initialization (if empty: L3 agent effective user)</td>
|
||||
</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</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -109,7 +109,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-shock</replaceable></td>
|
||||
<td><option>neutron_id</option> = <replaceable>neutron-os3.asicdesigners.com</replaceable></td>
|
||||
<td>(StrOpt) User defined identifier for this Neutron deployment</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -21,13 +21,6 @@
|
||||
<td><option>apic_system_id</option> = <replaceable>openstack</replaceable></td>
|
||||
<td>(StrOpt) Prefix for APIC domain/names/profiles created</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[ml2_cisco]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>managed_physical_network</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) The physical network managed by the switches.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[ml2_cisco_apic]</th>
|
||||
</tr>
|
||||
@ -103,10 +96,6 @@
|
||||
<td><option>apic_vpc_pairs</option> = <replaceable></replaceable></td>
|
||||
<td>(ListOpt) The switch pairs for VPC connectivity</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>root_helper</option> = <replaceable>sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf</replaceable></td>
|
||||
<td>(StrOpt) Setup root helper as rootwrap or sudo</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
@ -56,6 +56,10 @@
|
||||
<td><option>ovsdb_monitor_respawn_interval</option> = <replaceable>30</replaceable></td>
|
||||
<td>(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>tunnel_types</option> = <replaceable></replaceable></td>
|
||||
<td>(ListOpt) Network types supported by the agent (gre and/or vxlan).</td>
|
||||
@ -94,6 +98,10 @@
|
||||
<td><option>local_ip</option> = <replaceable>None</replaceable></td>
|
||||
<td>(IPOpt) Local IP address of tunnel endpoint.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ovsdb_interface</option> = <replaceable>vsctl</replaceable></td>
|
||||
<td>(StrOpt) The interface for interacting with the OVSDB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>tun_peer_patch_port</option> = <replaceable>patch-int</replaceable></td>
|
||||
<td>(StrOpt) Peer patch port in tunnel bridge for integration bridge.</td>
|
||||
|
@ -32,46 +32,14 @@
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
</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>
|
||||
<td>(IntOpt) Number of pool members allowed per tenant. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>quota_network</option> = <replaceable>10</replaceable></td>
|
||||
<td>(IntOpt) Number of networks allowed per tenant. A negative value means unlimited.</td>
|
||||
@ -84,10 +52,6 @@
|
||||
<td><option>quota_packet_filter</option> = <replaceable>100</replaceable></td>
|
||||
<td>(IntOpt) Number of packet_filters allowed per tenant, -1 for unlimited</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>quota_pool</option> = <replaceable>10</replaceable></td>
|
||||
<td>(IntOpt) Number of pools allowed per tenant. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>quota_port</option> = <replaceable>50</replaceable></td>
|
||||
<td>(IntOpt) Number of ports allowed per tenant. A negative value means unlimited.</td>
|
||||
@ -108,10 +72,6 @@
|
||||
<td><option>quota_subnet</option> = <replaceable>10</replaceable></td>
|
||||
<td>(IntOpt) Number of subnets allowed per tenant, A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>quota_vip</option> = <replaceable>10</replaceable></td>
|
||||
<td>(IntOpt) Number of vips allowed per tenant. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
@ -35,7 +35,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>kombu_ssl_version</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) SSL version to use (valid only if SSL enabled). valid values are TLSv1 and SSLv23. SSLv2 and SSLv3 may be available on some distributions.</td>
|
||||
<td>(StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_ha_queues</option> = <replaceable>False</replaceable></td>
|
||||
|
@ -43,7 +43,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rpc_thread_pool_size</option> = <replaceable>64</replaceable></td>
|
||||
<td>(IntOpt) Size of RPC greenthread pool.</td>
|
||||
<td>(IntOpt) Size of RPC thread pool.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rpc_workers</option> = <replaceable>0</replaceable></td>
|
||||
@ -56,6 +56,17 @@
|
||||
<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>
|
||||
<tr>
|
||||
<td><option>disable_process_locking</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Enables or disables inter-process locks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>lock_path</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Directory to use for lock files. For security, the specified directory should only be writable by the user running the processes that need locking. Defaults to environment variable OSLO_LOCK_PATH. If external locks are used, a lock path must be set.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[oslo_messaging_amqp]</th>
|
||||
</tr>
|
||||
|
@ -84,10 +84,6 @@
|
||||
<td><option>polling_interval</option> = <replaceable>2</replaceable></td>
|
||||
<td>(IntOpt) Agent polling interval if necessary.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>root_helper</option> = <replaceable>sudo</replaceable></td>
|
||||
<td>(StrOpt) Using root helper.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rpc</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Whether to use rpc.</td>
|
||||
|
@ -61,13 +61,6 @@
|
||||
<td><option>retries</option> = <replaceable>2</replaceable></td>
|
||||
<td>(IntOpt) Number of time a request should be retried</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[ESWITCH]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<th colspan="2">[NSX]</th>
|
||||
</tr>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<td>(StrOpt) Directory for holding IPC sockets.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rpc_zmq_matchmaker</option> = <replaceable>oslo.messaging._drivers.matchmaker.MatchMakerLocalhost</replaceable></td>
|
||||
<td><option>rpc_zmq_matchmaker</option> = <replaceable>oslo_messaging._drivers.matchmaker.MatchMakerLocalhost</replaceable></td>
|
||||
<td>(StrOpt) MatchMaker driver.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3,6 +3,7 @@ admin_tenant_name common
|
||||
admin_user common
|
||||
agent_down_time common
|
||||
agent_mode l3_agent
|
||||
allow_automatic_dhcp_failover l3_agent
|
||||
allow_automatic_l3agent_failover l3_agent
|
||||
allow_bulk api
|
||||
allow_overlapping_ips policy
|
||||
@ -25,8 +26,6 @@ base_mac common
|
||||
bind_host common
|
||||
bind_port common
|
||||
ca_certs common
|
||||
check_child_processes_action common
|
||||
check_child_processes_interval common
|
||||
client_socket_timeout api
|
||||
conn_idle_timeout api
|
||||
control_exchange amqp
|
||||
@ -103,6 +102,7 @@ max_subnet_host_routes common
|
||||
measure_interval metering_agent
|
||||
memcached_servers common
|
||||
meta_flavor_driver_mappings metadata
|
||||
metadata_access_mark metadata
|
||||
metadata_backlog metadata
|
||||
metadata_port metadata
|
||||
metadata_proxy_group metadata
|
||||
@ -179,7 +179,6 @@ report_interval common
|
||||
resync_interval dhcp_agent
|
||||
retries vmware
|
||||
retry_until_window api
|
||||
root_helper common
|
||||
router_auto_schedule scheduler
|
||||
router_delete_namespaces scheduler
|
||||
router_distributed dvr
|
||||
@ -209,7 +208,6 @@ state_path common
|
||||
syslog_log_facility logging
|
||||
tcp_keepidle api
|
||||
transport_url amqp
|
||||
use_helper_for_ns_read l3_agent
|
||||
use_namespaces dhcp_agent
|
||||
use_ssl logging
|
||||
use_stderr logging
|
||||
@ -220,6 +218,8 @@ wsapi_host ryu
|
||||
wsapi_port ryu
|
||||
wsgi_keep_alive api
|
||||
AGENT/arp_responder openvswitch_agent
|
||||
AGENT/check_child_processes_action common
|
||||
AGENT/check_child_processes_interval common
|
||||
AGENT/comment_iptables_rules l3_agent
|
||||
AGENT/dont_fragment openvswitch_agent ml2_ofa
|
||||
AGENT/enable_distributed_routing openvswitch_agent
|
||||
@ -234,6 +234,7 @@ AGENT/ovsdb_monitor_respawn_interval openvswitch_agent
|
||||
AGENT/physical_interface_mappings ml2_ofa
|
||||
AGENT/physical_network_vswitch_mappings hyperv_agent
|
||||
AGENT/polling_interval hyperv_agent
|
||||
AGENT/quitting_rpc_timeout openvswitch_agent
|
||||
AGENT/report_interval metering_agent
|
||||
AGENT/root_helper common
|
||||
AGENT/rpc_support_old_agents rpc
|
||||
@ -266,11 +267,6 @@ CISCO_N1K/tunnel_bridge cisco
|
||||
CISCO_N1K/vxlan_id_ranges cisco
|
||||
CONTRAIL/api_server_ip opencontrail
|
||||
CONTRAIL/api_server_port opencontrail
|
||||
ESWITCH/backoff_rate mlnx
|
||||
ESWITCH/daemon_endpoint mlnx
|
||||
ESWITCH/physical_interface_mappings mlnx
|
||||
ESWITCH/request_timeout mlnx
|
||||
ESWITCH/retries vmware
|
||||
ESWITCH/vnic_type ml2_mlnx
|
||||
HYPERV/network_vlan_ranges hyperv_agent
|
||||
HYPERV/tenant_network_type hyperv_agent
|
||||
@ -335,6 +331,7 @@ OVS/bridge_mappings openvswitch_agent
|
||||
OVS/int_peer_patch_port openvswitch_agent
|
||||
OVS/integration_bridge openvswitch_agent
|
||||
OVS/local_ip openvswitch_agent
|
||||
OVS/ovsdb_interface openvswitch_agent
|
||||
OVS/tun_peer_patch_port openvswitch_agent
|
||||
OVS/tunnel_bridge openvswitch_agent
|
||||
OVS/use_veth_interconnection openvswitch_agent
|
||||
@ -349,26 +346,16 @@ 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
|
||||
QUOTAS/quota_packet_filter quotas
|
||||
QUOTAS/quota_pool quotas
|
||||
QUOTAS/quota_port quotas
|
||||
QUOTAS/quota_router quotas
|
||||
QUOTAS/quota_security_group quotas
|
||||
QUOTAS/quota_security_group_rule quotas
|
||||
QUOTAS/quota_subnet quotas
|
||||
QUOTAS/quota_vip quotas
|
||||
RESTPROXY/add_meta_server_route bigswitch ml2_bigswitch
|
||||
RESTPROXY/auth_resource nuage
|
||||
RESTPROXY/auto_sync_on_failure bigswitch ml2_bigswitch
|
||||
@ -412,7 +399,6 @@ SDNVE/reset_bridge sdnve
|
||||
SDNVE/use_fake_controller sdnve
|
||||
SDNVE/userid sdnve
|
||||
SDNVE_AGENT/polling_interval sdnve
|
||||
SDNVE_AGENT/root_helper sdnve
|
||||
SDNVE_AGENT/rpc sdnve
|
||||
SECURITYGROUP/enable_ipset securitygroups
|
||||
SECURITYGROUP/enable_security_group securitygroups
|
||||
@ -493,8 +479,10 @@ keystone_authtoken/admin_token auth_token
|
||||
keystone_authtoken/admin_user auth_token
|
||||
keystone_authtoken/auth_admin_prefix auth_token
|
||||
keystone_authtoken/auth_host auth_token
|
||||
keystone_authtoken/auth_plugin auth_token
|
||||
keystone_authtoken/auth_port auth_token
|
||||
keystone_authtoken/auth_protocol auth_token
|
||||
keystone_authtoken/auth_section auth_token
|
||||
keystone_authtoken/auth_uri auth_token
|
||||
keystone_authtoken/auth_version auth_token
|
||||
keystone_authtoken/cache auth_token
|
||||
@ -510,8 +498,14 @@ keystone_authtoken/identity_uri auth_token
|
||||
keystone_authtoken/include_service_catalog auth_token
|
||||
keystone_authtoken/insecure auth_token
|
||||
keystone_authtoken/keyfile auth_token
|
||||
keystone_authtoken/memcache_pool_conn_get_timeout auth_token
|
||||
keystone_authtoken/memcache_pool_dead_retry auth_token
|
||||
keystone_authtoken/memcache_pool_maxsize auth_token
|
||||
keystone_authtoken/memcache_pool_socket_timeout auth_token
|
||||
keystone_authtoken/memcache_pool_unused_timeout auth_token
|
||||
keystone_authtoken/memcache_secret_key auth_token
|
||||
keystone_authtoken/memcache_security_strategy auth_token
|
||||
keystone_authtoken/memcache_use_advanced_pool auth_token
|
||||
keystone_authtoken/memcached_servers common
|
||||
keystone_authtoken/revocation_cache_time auth_token
|
||||
keystone_authtoken/signing_dir auth_token
|
||||
@ -545,9 +539,6 @@ ml2_brocade/password ml2_brocade
|
||||
ml2_brocade/physical_networks ml2_brocade
|
||||
ml2_brocade/rbridge_id ml2_brocade
|
||||
ml2_brocade/username ml2_brocade
|
||||
ml2_cisco/managed_physical_network ml2_cisco
|
||||
ml2_cisco/svi_round_robin cisco
|
||||
ml2_cisco/vlan_name_prefix cisco
|
||||
ml2_cisco_apic/apic_agent_poll_interval ml2_cisco
|
||||
ml2_cisco_apic/apic_agent_report_interval ml2_cisco
|
||||
ml2_cisco_apic/apic_app_profile_name ml2_cisco
|
||||
@ -566,7 +557,6 @@ ml2_cisco_apic/apic_username ml2_cisco
|
||||
ml2_cisco_apic/apic_vlan_ns_name ml2_cisco
|
||||
ml2_cisco_apic/apic_vlan_range ml2_cisco
|
||||
ml2_cisco_apic/apic_vpc_pairs ml2_cisco
|
||||
ml2_cisco_apic/root_helper ml2_cisco
|
||||
ml2_fslsdn/crd_api_insecure ml2_fslsdn
|
||||
ml2_fslsdn/crd_auth_strategy ml2_fslsdn
|
||||
ml2_fslsdn/crd_auth_url ml2_fslsdn
|
||||
@ -599,6 +589,8 @@ nvsd/nvsd_port nvsd
|
||||
nvsd/nvsd_retries nvsd
|
||||
nvsd/nvsd_user nvsd
|
||||
nvsd/request_timeout nvsd
|
||||
oslo_concurrency/disable_process_locking rpc
|
||||
oslo_concurrency/lock_path rpc
|
||||
oslo_messaging_amqp/allow_insecure_clients rpc
|
||||
oslo_messaging_amqp/broadcast_prefix rpc
|
||||
oslo_messaging_amqp/container_name rpc
|
||||
|
Loading…
x
Reference in New Issue
Block a user