Merge "Fix typos in parameter descriptions"

This commit is contained in:
Zuul 2022-06-21 13:16:47 +00:00 committed by Gerrit Code Review
commit 52f40f4a2e
7 changed files with 8 additions and 8 deletions

View File

@ -14,12 +14,12 @@
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #
# [*disable_by_file_path*] # [*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. # is running on a port.
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #
# [*disable_by_file_paths*] # [*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. # is running on a port. Expects a "port:path" list of strings.
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #

View File

@ -72,7 +72,7 @@
# #
# [*kombu_compression*] # [*kombu_compression*]
# (optional) Possible values are: gzip, bz2. If not set compression will not # (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) # (string value)
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #

View File

@ -60,7 +60,7 @@
# Default to 'OpenStack Rating Service' # Default to 'OpenStack Rating Service'
# #
# [*public_url*] # [*public_url*]
# (0ptional) The endpoint's public url. # (Optional) The endpoint's public url.
# This url should *not* contain any trailing '/'. # This url should *not* contain any trailing '/'.
# Defaults to 'http://127.0.0.1:8889' # Defaults to 'http://127.0.0.1:8889'
# #

View File

@ -69,7 +69,7 @@
# See https://docs.python.org/2/howto/logging.html # See https://docs.python.org/2/howto/logging.html
# #
# [*default_log_levels*] # [*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 # Defaults to $::os_service_default
# Example: # Example:
# { 'amqp' => 'WARN', 'amqplib' => 'WARN', 'boto' => 'WARN', # { 'amqp' => 'WARN', 'amqplib' => 'WARN', 'boto' => 'WARN',

View File

@ -13,7 +13,7 @@
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #
# [*max_threads*] # [*max_threads*]
# (Optional) Maximal numer of threads to use per worker. # (Optional) Maximal number of threads to use per worker.
# Defaults to $::os_service_default # Defaults to $::os_service_default
# #
class cloudkitty::orchestrator ( class cloudkitty::orchestrator (

View File

@ -1,6 +1,6 @@
# == Class: cloudkitty::ui # == Class: cloudkitty::ui
# #
# DEPRECATAD !! # DEPRECATED !!
# Installs & configure the cloudkitty ui component # Installs & configure the cloudkitty ui component
# #
# === Parameters # === Parameters

View File

@ -201,7 +201,7 @@ describe 'cloudkitty' do
end end
end end
context 'with metrics_donfig' do context 'with metrics_config' do
let :params do let :params do
{ :metrics_config => {'metrics' => {}}, { :metrics_config => {'metrics' => {}},
} }