Fix typos in parameter descriptions

Change-Id: Iacebc227e074da592aa0ca8ff6f8226f3e850a66
This commit is contained in:
Rajesh Tailor 2022-06-17 15:40:45 +05:30 committed by Takashi Kajinami
parent daa8abd50a
commit 499a898468
14 changed files with 19 additions and 19 deletions

View File

@ -173,7 +173,7 @@
# Defaults to $::os_service_default
#
# [*task_executor*]
# (optional) Task executor to be used t orun task scripts.
# (optional) Task executor to be used to run task scripts.
# Defaults to $::os_service_default
#
# [*task_work_dir*]
@ -277,7 +277,7 @@
# Defaults to undef
#
# [*cert_file*]
# (optinal) Certificate file to use when starting API server securely
# (optional) Certificate file to use when starting API server securely
# Defaults to undef
#
# [*key_file*]
@ -373,7 +373,7 @@ glance::backend::multistore::cinder::cinder_os_region_name instead.')
}
if $scrub_time != undef {
warning('The glance::scrub_time parameter is deprerecated and has no effect')
warning('The glance::scrub_time parameter is deprecated and has no effect')
}
glance_api_config {
'DEFAULT/scrub_time': ensure => absent;

View File

@ -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',

View File

@ -33,8 +33,8 @@
# Defaults to $::os_service_default.
#
# [*cinder_ca_certificates_file*]
# (optional) Location of ca certicate file to use for cinder client requests.
# Should be a valid ca certicate file
# (optional) Location of ca certificate file to use for cinder client requests.
# Should be a valid ca certificate file
# Defaults to $::os_service_default.
#
# [*cinder_http_retries*]

View File

@ -31,8 +31,8 @@
# Defaults to $::os_service_default.
#
# [*cinder_ca_certificates_file*]
# (optional) Location of ca certicate file to use for cinder client requests.
# Should be a valid ca certicate file
# (optional) Location of ca certificate file to use for cinder client requests.
# Should be a valid ca certificate file
# Defaults to $::os_service_default.
#
# [*cinder_http_retries*]

View File

@ -25,7 +25,7 @@
#
# [*filesystem_store_datadirs*]
# (optional) List of directories where dist images are stored. When using
# multiple directoris, each directory can be given an optional priority,
# multiple directories, each directory can be given an optional priority,
# which is an integer that is concatenated to the directory path with
# a colon.
# Defaults to $::os_service_default.

View File

@ -46,7 +46,7 @@
# Defaults to present.
#
# [*rados_connect_timeout*]
# Optinal. Timeout value (in seconds) used when connecting
# Optional. Timeout value (in seconds) used when connecting
# to ceph cluster. If value <= 0, no timeout is set and
# default librados value is used.
# Default: $::os_service_default.

View File

@ -54,7 +54,7 @@
# Defaults to $::os_service_default.
#
# [*s3_store_thread_pools*]
# (optional) The number of thead pools to perform a multipart upload in S3.
# (optional) The number of thread pools to perform a multipart upload in S3.
# Defaults to $::os_service_default.
#
# [*store_description*]

View File

@ -31,7 +31,7 @@
# Defaults to present.
#
# [*rados_connect_timeout*]
# Optinal. Timeout value (in seconds) used when connecting
# Optional. Timeout value (in seconds) used when connecting
# to ceph cluster. If value <= 0, no timeout is set and
# default librados value is used.
# Default: $::os_service_default.

View File

@ -3,7 +3,7 @@
#
# == parameters
# [*ensure*]
# (Optional) Ensure state for pachage.
# (Optional) Ensure state for package.
# Defaults to 'present'
#
class glance::client(

View File

@ -47,7 +47,7 @@ class glance::deps {
# Support packages need to be installed in the install phase, but we don't
# put them in the chain above because we don't want any false dependencies
# between packages with the glance-package tag and the glance-support-package
# tag. Note: the package resources here will have a 'before' relationshop on
# tag. Note: the package resources here will have a 'before' relationship on
# the glance::install::end anchor. The line between glance-support-package and
# glance-package should be whether or not glance services would need to be
# restarted if the package state was changed.

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

@ -60,7 +60,7 @@
# Defaults to []
#
# [*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:9292'
#

View File

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

View File

@ -94,7 +94,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
#