From 5fc52d8b849fc3240825f37fcfce7bcbc587c7b7 Mon Sep 17 00:00:00 2001 From: Rajesh Tailor Date: Fri, 17 Jun 2022 23:35:20 +0530 Subject: [PATCH] Fix typos in parameter descriptions Change-Id: I17cd2a464cbcff8731532605573852fc4f422779 --- manifests/cinder.pp | 2 +- manifests/compute.pp | 4 ++-- manifests/controller.pp | 2 +- manifests/healthcheck.pp | 4 ++-- manifests/init.pp | 2 +- manifests/keystone/auth.pp | 2 +- manifests/logging.pp | 2 +- manifests/networking.pp | 8 ++++---- manifests/worker.pp | 2 +- spec/classes/octavia_db_sync_persistence_spec.rb | 4 ++-- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/manifests/cinder.pp b/manifests/cinder.pp index 862f69bd..eddbb736 100644 --- a/manifests/cinder.pp +++ b/manifests/cinder.pp @@ -29,7 +29,7 @@ # Defaults to $::os_service_default # # [*volume_type*] -# (Optional) Type of volume for Amphorae voume root disk +# (Optional) Type of volume for Amphorae volume root disk # Defaults to $::os_service_default # # [*volume_create_retry_interval*] diff --git a/manifests/compute.pp b/manifests/compute.pp index f7176983..29f47456 100644 --- a/manifests/compute.pp +++ b/manifests/compute.pp @@ -5,12 +5,12 @@ # === Parameters: # # [*max_retries*] -# (Optional) The maximum attempts to retry an acction with the compute +# (Optional) The maximum attempts to retry an action with the compute # service. # Defaults to $::os_service_default # # [*retry_interval*] -# (Optional) Seocnds to wait before retrying an action with the compute +# (Optional) Seconds to wait before retrying an action with the compute # service. # Defaults to $::os_service_default # diff --git a/manifests/controller.pp b/manifests/controller.pp index 96e89f3d..512aab78 100644 --- a/manifests/controller.pp +++ b/manifests/controller.pp @@ -161,7 +161,7 @@ # # [*forward_all_logs*] # (optional) When true, all log messages from the amphora will be forwarded -# to the administrative log endponts, including non-load balancing related +# to the administrative log endpoints, including non-load balancing related # logs. # Defaults to $::os_service_default # diff --git a/manifests/healthcheck.pp b/manifests/healthcheck.pp index b68340a3..5c113c47 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/init.pp b/manifests/init.pp index 54adf7fc..4cbbb710 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -88,7 +88,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 # diff --git a/manifests/keystone/auth.pp b/manifests/keystone/auth.pp index 3f08af80..a67a22b5 100644 --- a/manifests/keystone/auth.pp +++ b/manifests/keystone/auth.pp @@ -60,7 +60,7 @@ # Default to 'OpenStack Load Balancing 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:9876' # diff --git a/manifests/logging.pp b/manifests/logging.pp index bdace551..4b3dbd07 100644 --- a/manifests/logging.pp +++ b/manifests/logging.pp @@ -69,7 +69,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/networking.pp b/manifests/networking.pp index 172978ca..3ae9b5bb 100644 --- a/manifests/networking.pp +++ b/manifests/networking.pp @@ -5,12 +5,12 @@ # === Parameters: # # [*max_retries*] -# (Optional) The maximum attempts to retry an acction with the networking +# (Optional) The maximum attempts to retry an action with the networking # service. # Defaults to $::os_service_default # # [*retry_interval*] -# (Optional) Seocnds to wait before retrying an action with the networking +# (Optional) Seconds to wait before retrying an action with the networking # service. # Defaults to $::os_service_default # @@ -40,7 +40,7 @@ # # [*valid_vip_networks*] # (Optional) List of network_ids that are valid for VIP creation. -# Defaoutls to $::os_service_default +# Defaults to $::os_service_default # # [*reserved_ips*] # (Optional) List of IP addresses reserved from being used for member @@ -48,7 +48,7 @@ # Defaults to $::os_service_default # # [*allow_invisible_resource_usage*] -# (Optional) When True, users can use netwokr resources they cannot normally +# (Optional) When True, users can use network resources they cannot normally # see as VIP or member subnets. # Defaults to $::os_service_default # diff --git a/manifests/worker.pp b/manifests/worker.pp index d24eabe6..6eb41ca9 100644 --- a/manifests/worker.pp +++ b/manifests/worker.pp @@ -25,7 +25,7 @@ # [*nova_flavor_config*] # (optional) Nova flavor config hash. # Should be an hash. -# Exemple: +# Example: # $nova_flavor_config = { 'ram' => '2048' } # Possible options are documented in puppet-nova nova_flavor type. # Defaults to {}. diff --git a/spec/classes/octavia_db_sync_persistence_spec.rb b/spec/classes/octavia_db_sync_persistence_spec.rb index e6720470..07f3c47a 100644 --- a/spec/classes/octavia_db_sync_persistence_spec.rb +++ b/spec/classes/octavia_db_sync_persistence_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' describe 'octavia::db::sync_persistence' do - shared_examples_for 'octavia::db::sync_persistenace' do + shared_examples_for 'octavia::db::sync_persistence' do it { is_expected.to contain_class('octavia::deps') } @@ -61,7 +61,7 @@ describe 'octavia::db::sync_persistence' do facts.merge(OSDefaults.get_facts()) end - it_configures 'octavia::db::sync_persistenace' + it_configures 'octavia::db::sync_persistence' end end