Fix typos in parameter descriptions

Change-Id: I643cc6b6cc85c1c3fc9d4803ebbf56ed1c40da5c
This commit is contained in:
Rajesh Tailor 2022-06-17 11:28:22 +05:30
parent c58c36d927
commit 8b29e4b5ab
8 changed files with 10 additions and 10 deletions

View File

@ -9,8 +9,8 @@
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #
# [*heartbeat_interval*] # [*heartbeat_interval*]
# (Optional) Number of seconds between hearbeats for distributed # (Optional) Number of seconds between heartbeats for distributed
# coordintation. # coordination.
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #
# [*retry_backoff*] # [*retry_backoff*]

View File

@ -22,7 +22,7 @@
# Defaults to $::os_service_default. # Defaults to $::os_service_default.
# #
# [*event_alarm_cache_ttl*] # [*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. # Defaults to $::os_service_default.
# #
# [*additional_ingestion_lag*] # [*additional_ingestion_lag*]

View File

@ -14,12 +14,12 @@
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #
# [*disable_by_file_path*] # [*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. # is running on a port.
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #
# [*disable_by_file_paths*] # [*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. # is running on a port. Expects a "port:path" list of strings.
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #

View File

@ -97,7 +97,7 @@
# #
# [*kombu_compression*] # [*kombu_compression*]
# (optional) Possible values are: gzip, bz2. If not set compression will not # (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) # (string value)
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #

View File

@ -60,7 +60,7 @@
# Default to 'OpenStack Alarming Service' # Default to 'OpenStack Alarming Service'
# #
# [*public_url*] # [*public_url*]
# (0ptional) The endpoint's public url. # (Optional) The endpoint's public url.
# This url should *not* contain any trailing '/'. # This url should *not* contain any trailing '/'.
# Defaults to 'http://127.0.0.1:8042'. # Defaults to 'http://127.0.0.1:8042'.
# #

View File

@ -19,7 +19,7 @@
# #
# [*event_alarm_topic*] # [*event_alarm_topic*]
# (optional) The topic that aodh uses for event alarm evaluation. # (optional) The topic that aodh uses for event alarm evaluation.
# Defualts to $::os_service_default. # Defaults to $::os_service_default.
# #
# [*batch_size*] # [*batch_size*]
# (optional) Number of notification messages to wait before dispatching them. # (optional) Number of notification messages to wait before dispatching them.

View File

@ -70,7 +70,7 @@
# See https://docs.python.org/2/howto/logging.html # See https://docs.python.org/2/howto/logging.html
# #
# [*default_log_levels*] # [*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 # Defaults to $::os_service_default
# Example: # Example:
# { 'amqp' => 'WARN', 'amqplib' => 'WARN', 'boto' => 'WARN', # { 'amqp' => 'WARN', 'amqplib' => 'WARN', 'boto' => 'WARN',

View File

@ -83,7 +83,7 @@
# Optional. Defaults to undef. # Optional. Defaults to undef.
# #
# [*custom_wsgi_process_options*] # [*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. # overwrite the default options for the WSGI main process.
# eg. to use a virtual python environment for the WSGI process # eg. to use a virtual python environment for the WSGI process
# you could set it to: # you could set it to: