[config-ref] ceilometer config tables update
Change-Id: Ifd1adc90efa4a297dcda0e9d3ba798f8cbbeba20
This commit is contained in:
parent
a6dd7ad60f
commit
d6de8863f8
@ -18,21 +18,17 @@
|
||||
<th colspan="2">[alarm]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>evaluation_interval</option> = <replaceable>60</replaceable></td>
|
||||
<td>(IntOpt) Period of evaluation cycle, should be >= than configured pipeline interval for collection of underlying metrics.</td>
|
||||
<td><option>alarm_max_actions</option> = <replaceable>-1</replaceable></td>
|
||||
<td>(IntOpt) Maximum count of actions for each state of an alarm, non-positive number means no limit.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>evaluation_service</option> = <replaceable>default</replaceable></td>
|
||||
<td>(StrOpt) Driver to use for alarm evaluation service. DEPRECATED: "singleton" and "partitioned" alarm evaluator services will be removed in Kilo in favour of the default alarm evaluation service using tooz for partitioning.</td>
|
||||
<td><option>evaluation_interval</option> = <replaceable>60</replaceable></td>
|
||||
<td>(IntOpt) Period of evaluation cycle, should be >= than configured pipeline interval for collection of underlying meters.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>notifier_rpc_topic</option> = <replaceable>alarm_notifier</replaceable></td>
|
||||
<td>(StrOpt) The topic that ceilometer uses for alarm notifier messages.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>partition_rpc_topic</option> = <replaceable>alarm_partition_coordination</replaceable></td>
|
||||
<td>(StrOpt) The topic that ceilometer uses for alarm partition coordination messages. DEPRECATED: RPC-based partitionedalarm evaluation service will be removed in Kilo in favour of the default alarm evaluation service using tooz for partitioning.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>project_alarm_quota</option> = <replaceable>None</replaceable></td>
|
||||
<td>(IntOpt) Maximum number of alarms defined for a project.</td>
|
||||
|
@ -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>
|
||||
|
@ -33,6 +33,14 @@
|
||||
<td><option>pipeline_cfg_file</option> = <replaceable>pipeline.yaml</replaceable></td>
|
||||
<td>(StrOpt) Configuration file for pipeline definition.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>pipeline_polling_interval</option> = <replaceable>20</replaceable></td>
|
||||
<td>(IntOpt) Polling interval for pipeline file configuration in seconds.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>refresh_pipeline_cfg</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Refresh Pipeline configuration on-the-fly.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>reserved_metadata_keys</option> = <replaceable></replaceable></td>
|
||||
<td>(ListOpt) List of metadata keys reserved for metering use. And these keys are additional to the ones included in the namespace.</td>
|
||||
@ -48,6 +56,10 @@
|
||||
<tr>
|
||||
<th colspan="2">[api]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>default_api_return_limit</option> = <replaceable>1000</replaceable></td>
|
||||
<td>(IntOpt) Default maximum number of items returned by API request.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>host</option> = <replaceable>0.0.0.0</replaceable></td>
|
||||
<td>(StrOpt) The listen IP for the ceilometer API server.</td>
|
||||
@ -60,6 +72,17 @@
|
||||
<td><option>port</option> = <replaceable>8777</replaceable></td>
|
||||
<td>(IntOpt) The port for the ceilometer API server.</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>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
@ -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>
|
||||
|
@ -82,6 +82,13 @@
|
||||
<td><option>memcached_servers</option> = <replaceable>None</replaceable></td>
|
||||
<td>(ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[meter]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>meter_definitions_cfg_file</option> = <replaceable>meters.yaml</replaceable></td>
|
||||
<td>(StrOpt) Configuration file for defining meter notifications.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">[polling]</th>
|
||||
</tr>
|
||||
|
@ -1,30 +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_ceilometer_concurrency">
|
||||
<caption>Description of concurrency 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">[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>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
73
doc/common/tables/ceilometer-cors.xml
Normal file
73
doc/common/tables/ceilometer-cors.xml
Normal 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_ceilometer_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>
|
@ -28,6 +28,10 @@
|
||||
<td><option>alarm_connection</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) The connection string used to connect to the alarm database. (if unset, connection is used)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>alarm_history_time_to_live</option> = <replaceable>-1</replaceable></td>
|
||||
<td>(IntOpt) Number of seconds that alarm histories are kept in the database for (<= 0 means forever).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>backend</option> = <replaceable>sqlalchemy</replaceable></td>
|
||||
<td>(StrOpt) The back end to use for the database.</td>
|
||||
|
@ -17,10 +17,6 @@
|
||||
<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, <port>, and <start>:<end>, where 0 results in listening on a random tcp port number; <port> results in listening on the specified port number (and not enabling backdoor if that port is in use); and <start>:<end> results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service's log file.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>nova_http_log_debug</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) Allow novaclient's debug log output.</td>
|
||||
|
42
doc/common/tables/ceilometer-dispatcher_gnocchi.xml
Normal file
42
doc/common/tables/ceilometer-dispatcher_gnocchi.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_ceilometer_dispatcher_gnocchi">
|
||||
<caption>Description of Gnocchi dispatcher 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">[dispatcher_gnocchi]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>archive_policy</option> = <replaceable>low</replaceable></td>
|
||||
<td>(StrOpt) The archive policy to use when the dispatcher create a new metric.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>archive_policy_file</option> = <replaceable>gnocchi_archive_policy_map.yaml</replaceable></td>
|
||||
<td>(StrOpt) The Yaml file that defines per metric archive policies.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>filter_project</option> = <replaceable>gnocchi</replaceable></td>
|
||||
<td>(StrOpt) Gnocchi project used to filter out samples generated by Gnocchi service activity</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>filter_service_activity</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Filter out samples generated by Gnocchi service activity</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>url</option> = <replaceable>http://localhost:8041</replaceable></td>
|
||||
<td>(StrOpt) URL to Gnocchi.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
@ -17,6 +17,10 @@
|
||||
<tr>
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ceilometer_control_exchange</option> = <replaceable>ceilometer</replaceable></td>
|
||||
<td>(StrOpt) Exchange name for ceilometer notifications.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>cinder_control_exchange</option> = <replaceable>cinder</replaceable></td>
|
||||
<td>(StrOpt) Exchange name for Cinder notifications.</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>
|
||||
@ -70,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>
|
||||
@ -87,11 +87,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>
|
||||
|
@ -18,8 +18,8 @@
|
||||
<th colspan="2">[notification]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>disable_non_metric_meters</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) WARNING: Ceilometer historically offered the ability to store events as meters. This usage is NOT advised as it can flood the metering database and cause performance degradation. This option disables the collection of non-metric meters and will be the default behavior in Liberty.</td>
|
||||
<td><option>disable_non_metric_meters</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) WARNING: Ceilometer historically offered the ability to store events as meters. This usage is NOT advised as it can flood the metering database and cause performance degradation.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -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_ceilometer_oslo_middleware">
|
||||
<caption>Description of oslo_middleware 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">[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>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
@ -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>
|
||||
|
@ -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, >0 enables it. Enabling heartbeats requires kombu>=3.0.7 and amqp>=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>
|
||||
|
@ -37,6 +37,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>
|
||||
@ -52,6 +56,17 @@
|
||||
<td><option>messaging_urls</option> = <replaceable>[]</replaceable></td>
|
||||
<td>(MultiStrOpt) Messaging URLs to listen for notifications. Example: transport://user:pass@host1:port[,hostN:portN]/virtual_host (DEFAULT/transport_url is used if empty)</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>
|
||||
|
@ -19,23 +19,31 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>api_retry_count</option> = <replaceable>10</replaceable></td>
|
||||
<td>(IntOpt) Number of times a VMware Vsphere API may be retried.</td>
|
||||
<td>(IntOpt) Number of times a VMware vSphere API may be retried.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ca_file</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) CA bundle file to use in verifying the vCenter server certificate.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>host_ip</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) IP address of the VMware Vsphere host.</td>
|
||||
<td>(StrOpt) IP address of the VMware vSphere host.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>host_password</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) Password of VMware Vsphere.</td>
|
||||
<td>(StrOpt) Password of VMware vSphere.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>host_port</option> = <replaceable>443</replaceable></td>
|
||||
<td>(IntOpt) Port of the VMware Vsphere host.</td>
|
||||
<td>(IntOpt) Port of the VMware vSphere host.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>host_username</option> = <replaceable></replaceable></td>
|
||||
<td>(StrOpt) Username of VMware Vsphere.</td>
|
||||
<td>(StrOpt) Username of VMware vSphere.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>insecure</option> = <replaceable>False</replaceable></td>
|
||||
<td>(BoolOpt) If true, the vCenter server certificate is not verified. If false, then the default CA truststore is used for verification. This option is ignored if "ca_file" is set.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>task_poll_interval</option> = <replaceable>0.5</replaceable></td>
|
||||
|
@ -22,16 +22,16 @@
|
||||
<xi:include href="../common/tables/ceilometer-auth_token.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-collector.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-common.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-concurrency.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-cors.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-database.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-debug.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-dispatcher_gnocchi.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-dispatcher_http.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-events.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-exchange.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-glance.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-inspector.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-ipmi.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-oslo_middleware.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-logging.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-magnetodb.xml"/>
|
||||
<xi:include href="../common/tables/ceilometer-notification.xml"/>
|
||||
|
@ -1,6 +1,6 @@
|
||||
api_paste_config api
|
||||
api_workers api
|
||||
backdoor_port debug
|
||||
ceilometer_control_exchange exchange
|
||||
cinder_control_exchange exchange
|
||||
collector_workers collector
|
||||
control_exchange amqp
|
||||
@ -43,9 +43,11 @@ notification_workers common
|
||||
nova_control_exchange exchange
|
||||
nova_http_log_debug debug
|
||||
pipeline_cfg_file api
|
||||
pipeline_polling_interval api
|
||||
polling_namespaces common
|
||||
pollster_list common
|
||||
publish_errors logging
|
||||
refresh_pipeline_cfg api
|
||||
reseller_prefix swift
|
||||
reserved_metadata_keys api
|
||||
reserved_metadata_length api
|
||||
@ -53,6 +55,7 @@ reserved_metadata_namespace api
|
||||
rootwrap_config common
|
||||
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
|
||||
@ -75,10 +78,9 @@ use_syslog logging
|
||||
use_syslog_rfc_format logging
|
||||
verbose logging
|
||||
zaqar_control_exchange zaqar
|
||||
alarm/alarm_max_actions alarm
|
||||
alarm/evaluation_interval alarm
|
||||
alarm/evaluation_service alarm
|
||||
alarm/notifier_rpc_topic alarm
|
||||
alarm/partition_rpc_topic alarm
|
||||
alarm/project_alarm_quota alarm
|
||||
alarm/record_history alarm
|
||||
alarm/rest_notifier_certificate_file alarm
|
||||
@ -87,6 +89,7 @@ alarm/rest_notifier_max_retries alarm
|
||||
alarm/rest_notifier_ssl_verify alarm
|
||||
alarm/user_alarm_quota alarm
|
||||
alarms/gnocchi_url alarms
|
||||
api/default_api_return_limit api
|
||||
api/host api
|
||||
api/pecan_debug api
|
||||
api/port api
|
||||
@ -98,7 +101,20 @@ compute/workload_partitioning common
|
||||
coordination/backend_url common
|
||||
coordination/check_watchers common
|
||||
coordination/heartbeat common
|
||||
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/alarm_connection database
|
||||
database/alarm_history_time_to_live database
|
||||
database/backend database
|
||||
database/connection database
|
||||
database/connection_debug database
|
||||
@ -128,6 +144,11 @@ database/use_db_reconnect database
|
||||
dispatcher_file/backup_count collector
|
||||
dispatcher_file/file_path collector
|
||||
dispatcher_file/max_bytes collector
|
||||
dispatcher_gnocchi/archive_policy dispatcher_gnocchi
|
||||
dispatcher_gnocchi/archive_policy_file dispatcher_gnocchi
|
||||
dispatcher_gnocchi/filter_project dispatcher_gnocchi
|
||||
dispatcher_gnocchi/filter_service_activity dispatcher_gnocchi
|
||||
dispatcher_gnocchi/url dispatcher_gnocchi
|
||||
dispatcher_http/cadf_only dispatcher_http
|
||||
dispatcher_http/event_target dispatcher_http
|
||||
dispatcher_http/target dispatcher_http
|
||||
@ -181,13 +202,14 @@ matchmaker_redis/host redis
|
||||
matchmaker_redis/password redis
|
||||
matchmaker_redis/port redis
|
||||
matchmaker_ring/ringfile redis
|
||||
meter/meter_definitions_cfg_file common
|
||||
notification/ack_on_event_error events
|
||||
notification/disable_non_metric_meters notification
|
||||
notification/messaging_urls rpc
|
||||
notification/store_events events
|
||||
notification/workload_partitioning events
|
||||
oslo_concurrency/disable_process_locking concurrency
|
||||
oslo_concurrency/lock_path concurrency
|
||||
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
|
||||
@ -212,13 +234,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
|
||||
@ -235,8 +258,9 @@ 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 policy
|
||||
oslo_policy/policy_dirs policy
|
||||
oslo_policy/policy_file policy
|
||||
@ -264,10 +288,12 @@ service_types/nova service_types
|
||||
service_types/radosgw service_types
|
||||
service_types/swift service_types
|
||||
vmware/api_retry_count vmware
|
||||
vmware/ca_file vmware
|
||||
vmware/host_ip vmware
|
||||
vmware/host_password vmware
|
||||
vmware/host_port vmware
|
||||
vmware/host_username vmware
|
||||
vmware/insecure vmware
|
||||
vmware/task_poll_interval vmware
|
||||
vmware/wsdl_location vmware
|
||||
xenapi/connection_password xenapi
|
||||
|
@ -2,6 +2,7 @@ alarm alarm
|
||||
alarms alarms
|
||||
collector collector
|
||||
dispatcher_http HTTP dispatcher
|
||||
dispatcher_gnocchi Gnocchi dispatcher
|
||||
events events
|
||||
exchange exchange
|
||||
inspector inspector
|
||||
|
Loading…
x
Reference in New Issue
Block a user