Fix typos in parameter descriptions
Change-Id: I643cc6b6cc85c1c3fc9d4803ebbf56ed1c40da5c
This commit is contained in:
parent
c58c36d927
commit
8b29e4b5ab
@ -9,8 +9,8 @@
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*heartbeat_interval*]
|
||||
# (Optional) Number of seconds between hearbeats for distributed
|
||||
# coordintation.
|
||||
# (Optional) Number of seconds between heartbeats for distributed
|
||||
# coordination.
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*retry_backoff*]
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Defaults to $::os_service_default.
|
||||
#
|
||||
# [*event_alarm_cache_ttl*]
|
||||
# (optional) TTL of event alram caches, in seconds.
|
||||
# (optional) TTL of event alarm caches, in seconds.
|
||||
# Defaults to $::os_service_default.
|
||||
#
|
||||
# [*additional_ingestion_lag*]
|
||||
|
@ -14,12 +14,12 @@
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*disable_by_file_path*]
|
||||
# (Optional) Check the presense of a file to determine if an application
|
||||
# (Optional) Check the presence of a file to determine if an application
|
||||
# is running on a port.
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*disable_by_file_paths*]
|
||||
# (Optional) Check the presense of a file to determine if an application
|
||||
# (Optional) Check the presence of a file to determine if an application
|
||||
# is running on a port. Expects a "port:path" list of strings.
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
|
@ -97,7 +97,7 @@
|
||||
#
|
||||
# [*kombu_compression*]
|
||||
# (optional) Possible values are: gzip, bz2. If not set compression will not
|
||||
# be used. This option may notbe available in future versions. EXPERIMENTAL.
|
||||
# be used. This option may not be available in future versions. EXPERIMENTAL.
|
||||
# (string value)
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
|
@ -60,7 +60,7 @@
|
||||
# Default to 'OpenStack Alarming Service'
|
||||
#
|
||||
# [*public_url*]
|
||||
# (0ptional) The endpoint's public url.
|
||||
# (Optional) The endpoint's public url.
|
||||
# This url should *not* contain any trailing '/'.
|
||||
# Defaults to 'http://127.0.0.1:8042'.
|
||||
#
|
||||
|
@ -19,7 +19,7 @@
|
||||
#
|
||||
# [*event_alarm_topic*]
|
||||
# (optional) The topic that aodh uses for event alarm evaluation.
|
||||
# Defualts to $::os_service_default.
|
||||
# Defaults to $::os_service_default.
|
||||
#
|
||||
# [*batch_size*]
|
||||
# (optional) Number of notification messages to wait before dispatching them.
|
||||
|
@ -70,7 +70,7 @@
|
||||
# See https://docs.python.org/2/howto/logging.html
|
||||
#
|
||||
# [*default_log_levels*]
|
||||
# (0ptional) Hash of logger (keys) and level (values) pairs.
|
||||
# (Optional) Hash of logger (keys) and level (values) pairs.
|
||||
# Defaults to $::os_service_default
|
||||
# Example:
|
||||
# { 'amqp' => 'WARN', 'amqplib' => 'WARN', 'boto' => 'WARN',
|
||||
|
@ -83,7 +83,7 @@
|
||||
# Optional. Defaults to undef.
|
||||
#
|
||||
# [*custom_wsgi_process_options*]
|
||||
# (optional) gives you the oportunity to add custom process options or to
|
||||
# (optional) gives you the opportunity to add custom process options or to
|
||||
# overwrite the default options for the WSGI main process.
|
||||
# eg. to use a virtual python environment for the WSGI process
|
||||
# you could set it to:
|
||||
|
Loading…
Reference in New Issue
Block a user