Merge "Fix typos in parameter descriptions"

This commit is contained in:
Zuul 2022-06-29 20:04:32 +00:00 committed by Gerrit Code Review
commit aa83e0b86f
10 changed files with 16 additions and 16 deletions

View File

@ -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*]

View File

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

View File

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

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

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

View File

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

View File

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

View File

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

View File

@ -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 {}.

View File

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