Fix typos in parameter descriptions and tests
Change-Id: I4b368e030e207beabb1d69b9c5079d34aa494856
This commit is contained in:
parent
860681e667
commit
82809e9095
@ -24,7 +24,7 @@ Overview
|
||||
--------
|
||||
|
||||
The heat module is part of [OpenStack](https://opendev.org/openstack), an effort by the
|
||||
OpenStack infrastructure team to provice continuous integration testing and code review for
|
||||
OpenStack infrastructure team to provide continuous integration testing and code review for
|
||||
OpenStack and OpenStack community projects as part of the core software. The module itself
|
||||
is used to flexibly configure and manage the orchestration service for OpenStack.
|
||||
|
||||
|
@ -122,7 +122,7 @@
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*service_extension_expiration_time*]
|
||||
# (Optional) TTL, in seconds, for caching in service extention.
|
||||
# (Optional) TTL, in seconds, for caching in service extension.
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*resource_finder_caching*]
|
||||
@ -135,7 +135,7 @@
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*tls_enabled*]
|
||||
# (Optional) Global toggle for TLS usage when comunicating with
|
||||
# (Optional) Global toggle for TLS usage when communicating with
|
||||
# the caching servers.
|
||||
# Default to $::os_service_default
|
||||
#
|
||||
@ -155,7 +155,7 @@
|
||||
#
|
||||
# [*tls_keyfile*]
|
||||
# (Optional) Path to a single file containing the client's private
|
||||
# key in. Otherwhise the private key will be taken from the file
|
||||
# key in. Otherwise the private key will be taken from the file
|
||||
# specified in tls_certfile. If tls_enabled is False, this option
|
||||
# is ignored.
|
||||
# Default to $::os_service_default
|
||||
@ -171,7 +171,7 @@
|
||||
# (Optional) Enable retry client mechanisms to handle failure.
|
||||
# Those mechanisms can be used to wrap all kind of pymemcache
|
||||
# clients. The wrapper allows you to define how many attempts
|
||||
# to make and how long to wait between attemots.
|
||||
# to make and how long to wait between attempts.
|
||||
# Default to $::os_service_default
|
||||
#
|
||||
# [*retry_attempts*]
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
@ -355,7 +355,7 @@ class heat(
|
||||
}
|
||||
|
||||
if !defined(Class[heat::trustee]) {
|
||||
warning('The heat:trustee class will be required to set trustee opiton in a future release')
|
||||
warning('The heat:trustee class will be required to set trustee option in a future release')
|
||||
include heat::trustee
|
||||
}
|
||||
# TODO(tkajinam): Remove this when we remove the above logic
|
||||
|
@ -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',
|
||||
|
@ -82,7 +82,7 @@
|
||||
# Optional. Defaults to undef.
|
||||
#
|
||||
# [*custom_wsgi_process_options*]
|
||||
# (optional) gives you the oportunity to add custom process options or to
|
||||
# (optional) gives you the opportunity to add custom process options or to
|
||||
# overwrite the default options for the WSGI main process.
|
||||
# eg. to use a virtual python environment for the WSGI process
|
||||
# you could set it to:
|
||||
|
@ -74,7 +74,7 @@
|
||||
# Optional. Defaults to undef.
|
||||
#
|
||||
# [*custom_wsgi_process_options*]
|
||||
# (optional) gives you the oportunity to add custom process options or to
|
||||
# (optional) gives you the opportunity to add custom process options or to
|
||||
# overwrite the default options for the WSGI main process.
|
||||
# eg. to use a virtual python environment for the WSGI process
|
||||
# you could set it to:
|
||||
|
@ -74,7 +74,7 @@
|
||||
# Optional. Defaults to undef.
|
||||
#
|
||||
# [*custom_wsgi_process_options*]
|
||||
# (optional) gives you the oportunity to add custom process options or to
|
||||
# (optional) gives you the opportunity to add custom process options or to
|
||||
# overwrite the default options for the WSGI main process.
|
||||
# eg. to use a virtual python environment for the WSGI process
|
||||
# you could set it to:
|
||||
|
@ -15,7 +15,7 @@ describe 'heat::db::mysql' do
|
||||
shared_examples_for 'heat mysql database' do
|
||||
it { is_expected.to contain_class('heat::deps') }
|
||||
|
||||
context 'when omiting the required parameter password' do
|
||||
context 'when omitting the required parameter password' do
|
||||
before { params.delete(:password) }
|
||||
it { expect { is_expected.to raise_error(Puppet::Error) } }
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user