From 499a898468c4b22fbe16eae3216ac0293c91f275 Mon Sep 17 00:00:00 2001 From: Rajesh Tailor Date: Fri, 17 Jun 2022 15:40:45 +0530 Subject: [PATCH] Fix typos in parameter descriptions Change-Id: Iacebc227e074da592aa0ca8ff6f8226f3e850a66 --- manifests/api.pp | 6 +++--- manifests/api/logging.pp | 2 +- manifests/backend/cinder.pp | 4 ++-- manifests/backend/multistore/cinder.pp | 4 ++-- manifests/backend/multistore/file.pp | 2 +- manifests/backend/multistore/rbd.pp | 2 +- manifests/backend/multistore/s3.pp | 2 +- manifests/backend/rbd.pp | 2 +- manifests/client.pp | 2 +- manifests/deps.pp | 2 +- manifests/healthcheck.pp | 4 ++-- manifests/keystone/auth.pp | 2 +- manifests/limit.pp | 2 +- manifests/notify/rabbitmq.pp | 2 +- 14 files changed, 19 insertions(+), 19 deletions(-) diff --git a/manifests/api.pp b/manifests/api.pp index fbce9881..a8796f15 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -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; diff --git a/manifests/api/logging.pp b/manifests/api/logging.pp index a89db1f5..f9385229 100644 --- a/manifests/api/logging.pp +++ b/manifests/api/logging.pp @@ -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', diff --git a/manifests/backend/cinder.pp b/manifests/backend/cinder.pp index cf52e799..3c73e2da 100644 --- a/manifests/backend/cinder.pp +++ b/manifests/backend/cinder.pp @@ -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*] diff --git a/manifests/backend/multistore/cinder.pp b/manifests/backend/multistore/cinder.pp index 406811bf..1583870a 100644 --- a/manifests/backend/multistore/cinder.pp +++ b/manifests/backend/multistore/cinder.pp @@ -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*] diff --git a/manifests/backend/multistore/file.pp b/manifests/backend/multistore/file.pp index e71f6c56..2c36b2ac 100644 --- a/manifests/backend/multistore/file.pp +++ b/manifests/backend/multistore/file.pp @@ -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. diff --git a/manifests/backend/multistore/rbd.pp b/manifests/backend/multistore/rbd.pp index 9f74a4fa..64dda4c8 100644 --- a/manifests/backend/multistore/rbd.pp +++ b/manifests/backend/multistore/rbd.pp @@ -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. diff --git a/manifests/backend/multistore/s3.pp b/manifests/backend/multistore/s3.pp index b3b03526..132a619f 100644 --- a/manifests/backend/multistore/s3.pp +++ b/manifests/backend/multistore/s3.pp @@ -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*] diff --git a/manifests/backend/rbd.pp b/manifests/backend/rbd.pp index b60474e8..7938279a 100644 --- a/manifests/backend/rbd.pp +++ b/manifests/backend/rbd.pp @@ -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. diff --git a/manifests/client.pp b/manifests/client.pp index 89fa49f6..e789fa04 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -3,7 +3,7 @@ # # == parameters # [*ensure*] -# (Optional) Ensure state for pachage. +# (Optional) Ensure state for package. # Defaults to 'present' # class glance::client( diff --git a/manifests/deps.pp b/manifests/deps.pp index 1b47d41d..e008ac63 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -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. diff --git a/manifests/healthcheck.pp b/manifests/healthcheck.pp index d8b66dc6..3ab85510 100644 --- a/manifests/healthcheck.pp +++ b/manifests/healthcheck.pp @@ -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 # diff --git a/manifests/keystone/auth.pp b/manifests/keystone/auth.pp index d7f5cd9a..1d89a4ad 100644 --- a/manifests/keystone/auth.pp +++ b/manifests/keystone/auth.pp @@ -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' # diff --git a/manifests/limit.pp b/manifests/limit.pp index 1639a251..747be39a 100644 --- a/manifests/limit.pp +++ b/manifests/limit.pp @@ -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, diff --git a/manifests/notify/rabbitmq.pp b/manifests/notify/rabbitmq.pp index ad04b709..05be6a07 100644 --- a/manifests/notify/rabbitmq.pp +++ b/manifests/notify/rabbitmq.pp @@ -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 #