Merge "Fix some typos in parameter descriptions"

This commit is contained in:
Zuul 2022-06-17 17:56:53 +00:00 committed by Gerrit Code Review
commit 7f011baa00
17 changed files with 22 additions and 22 deletions

View File

@ -22,7 +22,7 @@
# Each pool should be specified as a protection_domain_name:storage_pool_name value
#
# [*volume_backend_name*]
# (optional) The name of the cinder::backend::dellemc_powerflex ressource
# (optional) The name of the cinder::backend::dellemc_powerflex resource
# Defaults to $name.
#
# [*backend_availability_zone*]
@ -65,7 +65,7 @@
# Defaults to $::os_service_default
#
# [*san_thin_provision*]
# (optional) (Boolean) Wheater to use thin provisioning or not.
# (optional) (Boolean) Whether to use thin provisioning or not.
# Defaults to $::os_service_default
#
# [*driver_ssl_cert_verify*]

View File

@ -39,7 +39,7 @@
# Defaults to 'srv'
#
# [*dell_sc_verify_cert*]
# (optional) Enable HTTPS SC ceritifcate verification
# (optional) Enable HTTPS SC certificate verification
# Defaults to $::os_service_default
#
# [*dell_sc_volume_folder*]

View File

@ -39,7 +39,7 @@
# Defaults to 'srv'
#
# [*dell_sc_verify_cert*]
# (optional) Enable HTTPS SC ceritifcate verification
# (optional) Enable HTTPS SC certificate verification
# Defaults to $::os_service_default
#
# [*dell_sc_volume_folder*]

View File

@ -60,7 +60,7 @@
# Defaults to $::os_service_default
#
# [*iscsi_initiators*]
# (optional) Mapping betwene hostname and its iSCSI initiator IP addresses.
# (optional) Mapping between hostname and its iSCSI initiator IP addresses.
# Defaults to $::os_service_default
#
# [*io_port_list*]

View File

@ -18,7 +18,7 @@
# server.
#
# [*volume_backend_name*]
# (optional) The name of the cinder::backend::netapp ressource
# (optional) The name of the cinder::backend::netapp resource
# Defaults to $name.
#
# [*backend_availability_zone*]

View File

@ -13,7 +13,7 @@
# (Required) Target user-land tool to use.
#
# [*target_protocol*]
# (Required) Target rotocol to use.
# (Required) Target protocol to use.
#
# [*target_prefix*]
# (Optional) Prefix for LVM volumes.

View File

@ -51,8 +51,8 @@
# Defaults to $::os_service_default
#
# [*pure_eradicate_on_delete*]
# (Optional) Determines how the Purity system treates deleted volumes.
# Whether to immeadiately eradicate on delete or leave for auto-eradication
# (Optional) Determines how the Purity system treats deleted volumes.
# Whether to immediately eradicate on delete or leave for auto-eradication
# in 24 hours
# Defaults to $::os_service_default
#

View File

@ -27,7 +27,7 @@ class cinder::backends (
section are now not supported. You should use ``enabled_backends``option to \
set up backends. No volume service(s) started successfully otherwise.")
} else {
# Maybe this could be extented to dynamicly find the enabled names
# Maybe this could be extended to dynamically find the enabled names
cinder_config {
'DEFAULT/enabled_backends': value => join($enabled_backends, ',');
}

View File

@ -55,7 +55,7 @@ class cinder::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 cinder-package tag and the cinder-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 cinder::install::end anchor. The line between cinder-support-package and
# cinder-package should be whether or not cinder services would need to be
# restarted if the package state was changed.

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

@ -110,7 +110,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
#
@ -189,7 +189,7 @@
# Defaults to false
#
# [*allow_availability_zone_fallback*]
# (optional) Allow availability zone fallback if preferred availabilty zone cannot be deployed to.
# (optional) Allow availability zone fallback if preferred availability zone cannot be deployed to.
# Defaults to $::os_service_default
#
# [*api_paste_config*]

View File

@ -96,7 +96,7 @@
# Defaults to []
#
# [*public_url_v3*]
# (0ptional) The v3 endpoint's public url.
# (Optional) The v3 endpoint's public url.
# This url should *not* contain any trailing '/'.
# Defaults to 'http://127.0.0.1:8776/v3'
#

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

@ -9,7 +9,7 @@
# Defaults to $::os_service_default.
#
# [*package_ensure*]
# (Optioanl) The state of the package.
# (Optional) The state of the package.
# Defaults to 'present'.
#
# [*enabled*]

View File

@ -286,7 +286,7 @@ describe 'cinder' do
end
end
context 'with volume api paramaters' do
context 'with volume api parameters' do
let :params do
req_params.merge!({
:enable_force_upload => true,

View File

@ -3,7 +3,7 @@ require 'spec_helper'
describe 'cinder::quota' do
shared_examples 'cinder quota' do
context 'with defualt params' do
context 'with default params' do
let :params do
{}
end
@ -32,7 +32,7 @@ describe 'cinder::quota' do
}
end
it 'contains overrided values' do
it 'contains overridden values' do
is_expected.to contain_cinder_config('DEFAULT/quota_volumes').with_value(2000)
is_expected.to contain_cinder_config('DEFAULT/quota_snapshots').with_value(1000)
is_expected.to contain_cinder_config('DEFAULT/quota_gigabytes').with_value(100000)

View File

@ -29,7 +29,7 @@ describe 'cinder::wsgi::apache' do
)}
end
context'when overriding parameters using different ports' do
context 'when overriding parameters using different ports' do
let :params do
{
:servername => 'dummy.host',