Fix typos is parameter descriptions

Change-Id: I3134bd39892f7d1412dd267e4995aaece87523c2
This commit is contained in:
Rajesh Tailor 2022-06-21 20:57:00 +05:30
parent 8bee28c868
commit 513573850b
7 changed files with 13 additions and 13 deletions

View File

@ -136,7 +136,7 @@
# Defaults to $::os_service_default
#
# [*tls_enabled*]
# (Optional) Global toggle for TLS usage when comunicating with
# (Optional) Global toggle for TLS usage when communicating with
# the caching servers.
# Default to $::os_service_default
#
@ -156,7 +156,7 @@
#
# [*tls_keyfile*]
# (Optional) Path to a single file containing the client's private
# key in. Otherwhise the private key will be taken from the file
# key in. Otherwise the private key will be taken from the file
# specified in tls_certfile. If tls_enabled is False, this option
# is ignored.
# Default to $::os_service_default
@ -172,7 +172,7 @@
# (Optional) Enable retry client mechanisms to handle failure.
# Those mechanisms can be used to wrap all kind of pymemcache
# clients. The wrapper allows you to define how many attempts
# to make and how long to wait between attemots.
# to make and how long to wait between attempts.
# Default to $::os_service_default
#
# [*retry_attempts*]

View File

@ -94,7 +94,7 @@
#
# [*db_max_retry_interval*]
# (Optional) If db_inc_retry_interval is set, the maximum seconds between
# retries of adatabase operation.
# retries of a database operation.
# Defaults to $::os_service_default
#
# [*db_max_retries*]
@ -137,7 +137,7 @@ define oslo::db(
$db_max_retry_interval = $::os_service_default,
$db_max_retries = $::os_service_default,
$mysql_enable_ndb = $::os_service_default,
# DEPRCATED PARAMETERS
# DEPRECATED PARAMETERS
$use_tpool = undef,
) {

View File

@ -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
#

View File

@ -50,7 +50,7 @@
#
# [*endpoint_override*]
# (Optional) Always use this endpoint URL for requests for this client.
# Defualts to $::os_service_default.
# Defaults to $::os_service_default.
#
define oslo::limit(
$endpoint_id,

View File

@ -46,11 +46,11 @@
# Defaults to $::os_service_default.
#
# [*default_notification_exchange*]
# (Optional) Exchange name used in notification addreses
# (Optional) Exchange name used in notification addresses
# Defaults to $::os_service_default.
#
# [*default_rpc_exchange*]
# (Optional) Exchange name used in RPC addreses
# (Optional) Exchange name used in RPC addresses
# Defaults to $::os_service_default.
#
# [*pre_settled*]

View File

@ -36,7 +36,7 @@
# Defaults to $::os_service_default
#
# [*kombu_missing_consumer_retry_timeout*]
# (Optional) How long to wait a missing client beforce abandoning to send it
# (Optional) How long to wait a missing client before abandoning to send it
# its replies. This value should not be longer than rpc_response_timeout.
# (integer value)
# Defaults to $::os_service_default
@ -49,7 +49,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
#

View File

@ -17,7 +17,7 @@
# Defaults to $::os_service_default.
#
# [*graceful_shutdown_timeout*]
# (optional) pecify a timeout after which a gracefully shutdown server will
# (optional) Specify a timeout after which a gracefully shutdown server will
# exit. '0' value means endless wait. (integer value)
# Defaults to $::os_service_default.
#