KATO Tomoyuki 7a9d253acc [config-ref] cleanup common database configurations
Change-Id: Iea4c2ee4007faae899e76117e0f04deec56fd3e0
Implements: blueprint config-ref-common-sections
2016-07-28 18:46:04 +09:00

3.0 KiB

Description of common configuration options
Configuration option = Default value Description
[DEFAULT]
alarm_max_actions = -1 (Integer) Maximum count of actions for each state of an alarm, non-positive number means no limit.
evaluation_interval = 60 (Integer) Period of evaluation cycle, should be >= than configured pipeline interval for collection of underlying meters.
event_alarm_cache_ttl = 60 (Integer) TTL of event alarm caches, in seconds. Set to 0 to disable caching.
event_alarm_topic = alarm.all (String) The topic that aodh uses for event alarm evaluation.
executor_thread_pool_size = 64 (Integer) Size of executor thread pool.
host = localhost (String) Name of this node, which must be valid in an AMQP key. Can be an opaque identifier. For ZeroMQ only, must be a valid host name, FQDN, or IP address.
http_timeout = 600 (Integer) Timeout seconds for HTTP requests. Set it to None to disable timeout.
memcached_servers = None (List) Memcached servers or None for in process cache.
notifier_topic = alarming (String) The topic that aodh uses for alarm notifier messages.
project_alarm_quota = None (Integer) Maximum number of alarms defined for a project.
record_history = True (Boolean) Record alarm change events.
rest_notifier_certificate_file = (String) SSL Client certificate for REST notifier.
rest_notifier_certificate_key = (String) SSL Client private key for REST notifier.
rest_notifier_max_retries = 0 (Integer) Number of retries for REST notifier
rest_notifier_ssl_verify = True (Boolean) Whether to verify the SSL Server certificate when calling alarm action.
user_alarm_quota = None (Integer) Maximum number of alarms defined for a user.
[database]
alarm_history_time_to_live = -1 (Integer) Number of seconds that alarm histories are kept in the database for (<= 0 means forever).
[service_credentials]
interface = public (String) Type of endpoint in Identity service catalog to use for communication with OpenStack services.
region_name = None (String) Region name to use for OpenStack service endpoints.