config-ref: heat tables update
Change-Id: If61ad4db275071fdeb5fb8d3645b1f714f56eb89
This commit is contained in:
parent
9e786fa7bd
commit
a62ca97c9c
@ -17,14 +17,6 @@
|
||||
<tr>
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>amqp_auto_delete</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Auto-delete queues in AMQP.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>amqp_durable_queues</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Use durable queues in AMQP.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>control_exchange</option> = <replaceable>openstack</replaceable></td>
|
||||
<td>(StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.</td>
|
||||
@ -43,7 +35,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>
|
||||
|
@ -45,12 +45,16 @@
|
||||
<td><option>heat_watch_server_url</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) URL of the Heat CloudWatch server.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>hidden_stack_tags</option> = <replaceable></replaceable></td>
|
||||
<td>(ListOpt) Stacks containing these tag names will be hidden. Multiple tags should be given in a comma-delimited list (eg. hidden_stack_tags=hide_me,me_too).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>max_json_body_size</option> = <replaceable>1048576</replaceable></td>
|
||||
<td>(IntOpt) Maximum raw byte size of JSON request body. Should be larger than max_template_size.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>num_engine_workers</option> = <replaceable>1</replaceable></td>
|
||||
<td><option>num_engine_workers</option> = <replaceable>4</replaceable></td>
|
||||
<td>(IntOpt) Number of heat-engine processes to fork and run.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -81,6 +85,10 @@
|
||||
<td><option>stack_domain_admin_password</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Keystone password for stack_domain_admin user.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>stack_scheduler_hints</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) When this feature is enabled, scheduler hints identifying the heat stack context of a server resource are passed to the configured schedulers in nova, for server creates done using heat resource types OS::Nova::Server and AWS::EC2::Instance. heat_root_stack_id will be set to the id of the root stack of the resource, heat_stack_id will be set to the id of the resource's parent stack, heat_stack_name will be set to the name of the resource's parent stack, heat_path_in_stack will be set to a list of tuples, (stackresourcename, stackname) with list[0] being (None, rootstackname), and heat_resource_name will be set to the resource's name.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>stack_user_domain_id</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Keystone domain ID which contains heat template-defined users. If this option is set, stack_user_domain_name option will be ignored.</td>
|
||||
@ -115,6 +123,22 @@
|
||||
<td><option>auth_uri</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Authentication Endpoint URI.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ca_file</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Optional CA cert file to use in SSL connections.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>cert_file</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Optional PEM-formatted certificate chain file.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>insecure</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) If set, then the server's certificate will not be verified.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>key_file</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Optional PEM-formatted file that contains the private key.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>multi_cloud</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Allow orchestration of multiple clouds.</td>
|
||||
@ -150,6 +174,13 @@
|
||||
<td><option>workers</option> = <replaceable>0</replaceable></td>
|
||||
<td>(IntOpt) Number of workers for Heat service.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[oslo_versionedobjects]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>fatal_exception_format_errors</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Make exception message format errors fatal</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[paste_deploy]</th>
|
||||
</tr>
|
||||
|
@ -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 memcached 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 memcached 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) 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>
|
||||
<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>
|
||||
|
42
doc/common/tables/heat-clients_sahara.xml
Normal file
42
doc/common/tables/heat-clients_sahara.xml
Normal file
@ -0,0 +1,42 @@
|
||||
<?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_heat_clients_sahara">
|
||||
<caption>Description of sahara clients 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">[clients_sahara]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ca_file</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Optional CA cert file to use in SSL connections.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>cert_file</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Optional PEM-formatted certificate chain file.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>endpoint_type</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>insecure</option> = <replaceable>None</replaceable></td>
|
||||
<td>(BoolOpt) If set, then the server's certificate will not be verified.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>key_file</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) Optional PEM-formatted file that contains the private key.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
@ -18,7 +18,19 @@
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>deferred_auth_method</option> = <replaceable>password</replaceable></td>
|
||||
<td><option>convergence_engine</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Enables engine with convergence architecture. All stacks with this option will be created using convergence engine .</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>default_deployment_signal_transport</option> = <replaceable>CFN_SIGNAL</replaceable></td>
|
||||
<td>(StrOpt) Template default for how the server should signal to heat with the deployment output values. CFN_SIGNAL will allow an HTTP POST to a CFN keypair signed URL (requires enabled heat-api-cfn). TEMP_URL_SIGNAL will create a Swift TempURL to be signaled via HTTP PUT (requires object-store endpoint which supports TempURL). HEAT_SIGNAL will allow calls to the Heat API resource-signal using the provided keystone credentials</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>default_software_config_transport</option> = <replaceable>POLL_SERVER_CFN</replaceable></td>
|
||||
<td>(StrOpt) Template default for how the server should receive the metadata required for software configuration. POLL_SERVER_CFN will allow calls to the cfn API action DescribeStackResource authenticated with the provided keypair (requires enabled heat-api-cfn). POLL_SERVER_HEAT will allow calls to the Heat API resource-show using the provided keystone credentials (requires keystone v3 API, and configured stack_user_* config options). POLL_TEMP_URL will create and populate a Swift TempURL with metadata for polling (requires object-store endpoint which supports TempURL).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>deferred_auth_method</option> = <replaceable>trusts</replaceable></td>
|
||||
<td>(StrOpt) Select deferred auth method, stored password or trusts.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -31,16 +43,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>event_purge_batch_size</option> = <replaceable>10</replaceable></td>
|
||||
<td>(IntOpt) Controls how many events will be pruned whenever a stack's events exceed max_events_per_stack. Set this lower to keep more events at the expense of more frequent purges.</td>
|
||||
<td>(IntOpt) Controls how many events will be pruned whenever a stack's events exceed max_events_per_stack. Set this lower to keep more events at the expense of more frequent purges.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>host</option> = <replaceable>localhost</replaceable></td>
|
||||
<td>(StrOpt) Name of the engine node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>instance_driver</option> = <replaceable>heat.engine.nova</replaceable></td>
|
||||
<td>(StrOpt) Driver to use for controlling instances.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>instance_user</option> = <replaceable>ec2-user</replaceable></td>
|
||||
<td>(StrOpt) The default user for new instances. This option is deprecated and will be removed in the Juno release. If it's empty, Heat will use the default user set up with your cloud image (for OS::Nova::Server) or 'ec2-user' (for AWS::EC2::Instance).</td>
|
||||
@ -58,7 +66,7 @@
|
||||
<td>(IntOpt) Seconds between running periodic tasks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>plugin_dirs</option> = <replaceable>/usr/lib64/heat, /usr/lib/heat</replaceable></td>
|
||||
<td><option>plugin_dirs</option> = <replaceable>/usr/lib64/heat, /usr/lib/heat, /usr/local/lib/heat, /usr/local/lib64/heat</replaceable></td>
|
||||
<td>(ListOpt) List of directories to search for plug-ins.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -18,8 +18,8 @@
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>auth_encryption_key</option> = <replaceable>notgood but just long enough i think</replaceable></td>
|
||||
<td>(StrOpt) Encryption key used for authentication info in database.</td>
|
||||
<td><option>auth_encryption_key</option> = <replaceable>notgood but just long enough i t</replaceable></td>
|
||||
<td>(StrOpt) Key used to encrypt authentication info in the database. Length of this key must be 16, 24 or 32 characters.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -35,19 +35,19 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>db_inc_retry_interval</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) If True, increases the interval between database connection retries up to db_max_retry_interval.</td>
|
||||
<td>(BoolOpt) If True, increases the interval between retries of a database operation up to db_max_retry_interval.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>db_max_retries</option> = <replaceable>20</replaceable></td>
|
||||
<td>(IntOpt) Maximum database connection retries before error is raised. Set to -1 to specify an infinite retry count.</td>
|
||||
<td>(IntOpt) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>db_max_retry_interval</option> = <replaceable>10</replaceable></td>
|
||||
<td>(IntOpt) If db_inc_retry_interval is set, the maximum seconds between database connection retries.</td>
|
||||
<td>(IntOpt) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>db_retry_interval</option> = <replaceable>1</replaceable></td>
|
||||
<td>(IntOpt) Seconds between database connection retries.</td>
|
||||
<td>(IntOpt) Seconds between retries of a database transaction.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>idle_timeout</option> = <replaceable>3600</replaceable></td>
|
||||
|
@ -22,7 +22,7 @@
|
||||
<td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>default_log_levels</option> = <replaceable>amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN</replaceable></td>
|
||||
<td><option>default_log_levels</option> = <replaceable>amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN</replaceable></td>
|
||||
<td>(ListOpt) List of logger=LEVEL pairs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -81,17 +81,17 @@
|
||||
<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_stderr</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Log output to standard error.</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>
|
||||
<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 L, along with this option.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>use_stderr</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Log output to standard error.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>verbose</option> = <replaceable>False</replaceable></td>
|
||||
|
@ -22,7 +22,7 @@
|
||||
<td>(IntOpt) Maximum events that will be available per stack. Older events will be deleted when this is reached. Set to 0 for unlimited events per stack.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>max_nested_stack_depth</option> = <replaceable>3</replaceable></td>
|
||||
<td><option>max_nested_stack_depth</option> = <replaceable>5</replaceable></td>
|
||||
<td>(IntOpt) Maximum depth allowed when using nested stacks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -37,17 +37,13 @@
|
||||
<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>
|
||||
</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>
|
||||
<th colspan="2">[oslo_messaging_amqp]</th>
|
||||
@ -78,7 +74,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ssl_ca_file</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) CA certificate PEM file for verifing server certificate</td>
|
||||
<td>(StrOpt) CA certificate PEM file to verify server certificate</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ssl_cert_file</option> = <replaceable></replaceable></td>
|
||||
@ -96,6 +92,160 @@
|
||||
<td><option>trace</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Debug: dump AMQP frames to stdout</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[oslo_messaging_qpid]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>amqp_auto_delete</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Auto-delete queues in AMQP.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>amqp_durable_queues</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Use durable queues in AMQP.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>qpid_heartbeat</option> = <replaceable>60</replaceable></td>
|
||||
<td>(IntOpt) Seconds between connection keepalive heartbeats.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>qpid_hostname</option> = <replaceable>localhost</replaceable></td>
|
||||
<td>(StrOpt) Qpid broker hostname.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>qpid_hosts</option> = <replaceable>$qpid_hostname:$qpid_port</replaceable></td>
|
||||
<td>(ListOpt) Qpid HA cluster host:port pairs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>qpid_password</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) Password for Qpid connection.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>qpid_port</option> = <replaceable>5672</replaceable></td>
|
||||
<td>(IntOpt) Qpid broker port.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>qpid_protocol</option> = <replaceable>tcp</replaceable></td>
|
||||
<td>(StrOpt) Transport to use, either 'tcp' or 'ssl'.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>qpid_receiver_capacity</option> = <replaceable>1</replaceable></td>
|
||||
<td>(IntOpt) The number of prefetched messages held by receiver.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>qpid_sasl_mechanisms</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) Space separated list of SASL mechanisms to use for auth.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>qpid_tcp_nodelay</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Whether to disable the Nagle algorithm.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>qpid_topology_version</option> = <replaceable>1</replaceable></td>
|
||||
<td>(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>qpid_username</option> = <replaceable></replaceable></td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[oslo_messaging_rabbit]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>amqp_auto_delete</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Auto-delete queues in AMQP.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>amqp_durable_queues</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Use durable queues in AMQP.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>fake_rabbit</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>heartbeat_rate</option> = <replaceable>2</replaceable></td>
|
||||
<td>(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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).</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_ssl_ca_certs</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) SSL certification authority file (valid only if SSL enabled).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>kombu_ssl_certfile</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) SSL cert file (valid only if SSL enabled).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>kombu_ssl_keyfile</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) SSL key file (valid only if SSL enabled).</td>
|
||||
</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, 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>
|
||||
<td>(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_host</option> = <replaceable>localhost</replaceable></td>
|
||||
<td>(StrOpt) The RabbitMQ broker address where a single node is used.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_hosts</option> = <replaceable>$rabbit_host:$rabbit_port</replaceable></td>
|
||||
<td>(ListOpt) RabbitMQ HA cluster host:port pairs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_login_method</option> = <replaceable>AMQPLAIN</replaceable></td>
|
||||
<td>(StrOpt) The RabbitMQ login method.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_max_retries</option> = <replaceable>0</replaceable></td>
|
||||
<td>(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_password</option> = <replaceable>guest</replaceable></td>
|
||||
<td>(StrOpt) The RabbitMQ password.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_port</option> = <replaceable>5672</replaceable></td>
|
||||
<td>(IntOpt) The RabbitMQ broker port where a single node is used.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_retry_backoff</option> = <replaceable>2</replaceable></td>
|
||||
<td>(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_retry_interval</option> = <replaceable>1</replaceable></td>
|
||||
<td>(IntOpt) How frequently to retry connecting with RabbitMQ.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_use_ssl</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Connect over SSL for RabbitMQ.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_userid</option> = <replaceable>guest</replaceable></td>
|
||||
<td>(StrOpt) The RabbitMQ userid.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rabbit_virtual_host</option> = <replaceable>/</replaceable></td>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
@ -14,13 +14,6 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>fake_rabbit</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[profiler]</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>local</replaceable></td>
|
||||
<td>(StrOpt) MatchMaker driver.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -16,6 +16,7 @@
|
||||
<xi:include href="../../common/tables/heat-clients_keystone.xml"/>
|
||||
<xi:include href="../../common/tables/heat-clients_neutron.xml"/>
|
||||
<xi:include href="../../common/tables/heat-clients_nova.xml"/>
|
||||
<xi:include href="../../common/tables/heat-clients_sahara.xml"/>
|
||||
<xi:include href="../../common/tables/heat-clients_swift.xml"/>
|
||||
<xi:include href="../../common/tables/heat-clients_trove.xml"/>
|
||||
</section>
|
||||
|
@ -1,14 +1,15 @@
|
||||
action_retry_limit api
|
||||
amqp_auto_delete amqp
|
||||
amqp_durable_queues amqp
|
||||
auth_encryption_key crypt
|
||||
backdoor_port debug
|
||||
cloud_backend clients_backends
|
||||
control_exchange amqp
|
||||
convergence_engine common
|
||||
debug logging
|
||||
default_deployment_signal_transport common
|
||||
default_log_levels logging
|
||||
default_notification_level amqp
|
||||
default_publisher_id amqp
|
||||
default_software_config_transport common
|
||||
deferred_auth_method common
|
||||
enable_cloud_watch_lite cloudwatch_api
|
||||
enable_stack_abandon api
|
||||
@ -17,32 +18,26 @@ engine_life_check_timeout rpc
|
||||
environment_dir common
|
||||
error_wait_time common
|
||||
event_purge_batch_size common
|
||||
fake_rabbit testing
|
||||
fatal_deprecations logging
|
||||
heat_metadata_server_url api metadata_api
|
||||
heat_stack_user_role api
|
||||
heat_waitcondition_server_url api waitcondition_api
|
||||
heat_watch_server_url api cloudwatch_api
|
||||
hidden_stack_tags api
|
||||
host common
|
||||
instance_connection_https_validate_certificates cfn_api
|
||||
instance_connection_is_secure cfn_api
|
||||
instance_driver common
|
||||
instance_format logging
|
||||
instance_user common
|
||||
instance_uuid_format logging
|
||||
keystone_backend common
|
||||
kombu_reconnect_delay rabbitmq
|
||||
kombu_ssl_ca_certs rabbitmq
|
||||
kombu_ssl_certfile rabbitmq
|
||||
kombu_ssl_keyfile rabbitmq
|
||||
kombu_ssl_version rabbitmq
|
||||
list_notifier_drivers amqp
|
||||
loadbalancer_template loadbalancer
|
||||
log_config_append logging
|
||||
log_date_format logging
|
||||
log_dir logging
|
||||
log_file logging
|
||||
log_format logging
|
||||
log-config-append logging
|
||||
log-date-format logging
|
||||
log-dir logging
|
||||
log-file logging
|
||||
log-format logging
|
||||
logging_context_format_string logging
|
||||
logging_debug_format_suffix logging
|
||||
logging_default_format_string logging
|
||||
@ -66,33 +61,9 @@ policy_default_rule api
|
||||
policy_dirs api
|
||||
policy_file api
|
||||
publish_errors logging
|
||||
qpid_heartbeat qpid
|
||||
qpid_hostname qpid
|
||||
qpid_hosts qpid
|
||||
qpid_password qpid
|
||||
qpid_port qpid
|
||||
qpid_protocol qpid
|
||||
qpid_receiver_capacity qpid
|
||||
qpid_sasl_mechanisms qpid
|
||||
qpid_tcp_nodelay qpid
|
||||
qpid_topology_version qpid
|
||||
qpid_username qpid
|
||||
rabbit_ha_queues rabbitmq
|
||||
rabbit_host rabbitmq
|
||||
rabbit_hosts rabbitmq
|
||||
rabbit_login_method rabbitmq
|
||||
rabbit_max_retries rabbitmq
|
||||
rabbit_password rabbitmq
|
||||
rabbit_port rabbitmq
|
||||
rabbit_retry_backoff rabbitmq
|
||||
rabbit_retry_interval rabbitmq
|
||||
rabbit_use_ssl rabbitmq
|
||||
rabbit_userid rabbitmq
|
||||
rabbit_virtual_host rabbitmq
|
||||
region_name_for_services clients
|
||||
rpc_backend rpc
|
||||
rpc_cast_timeout rpc
|
||||
rpc_conn_pool_size rpc
|
||||
rpc_response_timeout rpc
|
||||
rpc_thread_pool_size rpc
|
||||
rpc_zmq_bind_address zeromq
|
||||
@ -106,14 +77,15 @@ secure_proxy_ssl_header api
|
||||
stack_action_timeout api
|
||||
stack_domain_admin api
|
||||
stack_domain_admin_password api
|
||||
stack_scheduler_hints api
|
||||
stack_user_domain_id api
|
||||
stack_user_domain_name api
|
||||
syslog_log_facility logging
|
||||
syslog-log-facility logging
|
||||
transport_url amqp
|
||||
trusts_delegated_roles api
|
||||
use-syslog logging
|
||||
use-syslog-rfc-format logging
|
||||
use_stderr logging
|
||||
use_syslog logging
|
||||
use_syslog_rfc_format logging
|
||||
verbose logging
|
||||
auth_password/allowed_auth_uris api
|
||||
auth_password/multi_cloud api
|
||||
@ -160,6 +132,11 @@ clients_nova/endpoint_type clients_nova
|
||||
clients_nova/http_log_debug clients_nova
|
||||
clients_nova/insecure clients_nova
|
||||
clients_nova/key_file clients_nova
|
||||
clients_sahara/ca_file clients_sahara
|
||||
clients_sahara/cert_file clients_sahara
|
||||
clients_sahara/endpoint_type clients_sahara
|
||||
clients_sahara/insecure clients_sahara
|
||||
clients_sahara/key_file clients_sahara
|
||||
clients_swift/ca_file clients_swift
|
||||
clients_swift/cert_file clients_swift
|
||||
clients_swift/endpoint_type clients_swift
|
||||
@ -192,6 +169,10 @@ database/sqlite_synchronous database
|
||||
database/use_db_reconnect database
|
||||
ec2authtoken/allowed_auth_uris api
|
||||
ec2authtoken/auth_uri api
|
||||
ec2authtoken/ca_file api
|
||||
ec2authtoken/cert_file api
|
||||
ec2authtoken/insecure api
|
||||
ec2authtoken/key_file api
|
||||
ec2authtoken/multi_cloud api
|
||||
heat_api/backlog api
|
||||
heat_api/bind_host api
|
||||
@ -220,8 +201,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
|
||||
@ -237,8 +220,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
|
||||
@ -258,6 +247,44 @@ oslo_messaging_amqp/ssl_cert_file rpc
|
||||
oslo_messaging_amqp/ssl_key_file rpc
|
||||
oslo_messaging_amqp/ssl_key_password rpc
|
||||
oslo_messaging_amqp/trace rpc
|
||||
oslo_messaging_qpid/amqp_auto_delete rpc
|
||||
oslo_messaging_qpid/amqp_durable_queues rpc
|
||||
oslo_messaging_qpid/qpid_heartbeat rpc
|
||||
oslo_messaging_qpid/qpid_hostname rpc
|
||||
oslo_messaging_qpid/qpid_hosts rpc
|
||||
oslo_messaging_qpid/qpid_password rpc
|
||||
oslo_messaging_qpid/qpid_port rpc
|
||||
oslo_messaging_qpid/qpid_protocol rpc
|
||||
oslo_messaging_qpid/qpid_receiver_capacity rpc
|
||||
oslo_messaging_qpid/qpid_sasl_mechanisms rpc
|
||||
oslo_messaging_qpid/qpid_tcp_nodelay rpc
|
||||
oslo_messaging_qpid/qpid_topology_version rpc
|
||||
oslo_messaging_qpid/qpid_username rpc
|
||||
oslo_messaging_qpid/rpc_conn_pool_size rpc
|
||||
oslo_messaging_rabbit/amqp_auto_delete rpc
|
||||
oslo_messaging_rabbit/amqp_durable_queues rpc
|
||||
oslo_messaging_rabbit/fake_rabbit rpc
|
||||
oslo_messaging_rabbit/heartbeat_rate rpc
|
||||
oslo_messaging_rabbit/heartbeat_timeout_threshold rpc
|
||||
oslo_messaging_rabbit/kombu_reconnect_delay rpc
|
||||
oslo_messaging_rabbit/kombu_ssl_ca_certs rpc
|
||||
oslo_messaging_rabbit/kombu_ssl_certfile rpc
|
||||
oslo_messaging_rabbit/kombu_ssl_keyfile rpc
|
||||
oslo_messaging_rabbit/kombu_ssl_version rpc
|
||||
oslo_messaging_rabbit/rabbit_ha_queues rpc
|
||||
oslo_messaging_rabbit/rabbit_host rpc
|
||||
oslo_messaging_rabbit/rabbit_hosts rpc
|
||||
oslo_messaging_rabbit/rabbit_login_method rpc
|
||||
oslo_messaging_rabbit/rabbit_max_retries rpc
|
||||
oslo_messaging_rabbit/rabbit_password rpc
|
||||
oslo_messaging_rabbit/rabbit_port rpc
|
||||
oslo_messaging_rabbit/rabbit_retry_backoff rpc
|
||||
oslo_messaging_rabbit/rabbit_retry_interval rpc
|
||||
oslo_messaging_rabbit/rabbit_use_ssl rpc
|
||||
oslo_messaging_rabbit/rabbit_userid rpc
|
||||
oslo_messaging_rabbit/rabbit_virtual_host rpc
|
||||
oslo_messaging_rabbit/rpc_conn_pool_size rpc
|
||||
oslo_versionedobjects/fatal_exception_format_errors api
|
||||
paste_deploy/api_paste_config api
|
||||
paste_deploy/flavor api
|
||||
profiler/profiler_enabled testing
|
||||
|
@ -7,6 +7,7 @@ clients_heat heat clients
|
||||
clients_keystone keystone clients
|
||||
clients_neutron neutron clients
|
||||
clients_nova nova clients
|
||||
clients_sahara sahara clients
|
||||
clients_swift swift clients
|
||||
clients_trove trove clients
|
||||
cloudwatch_api CloudWatch API
|
||||
|
Loading…
Reference in New Issue
Block a user