Fix typos in parameter descriptions and tests
Change-Id: I0594a367d1587e3b450a97c4a4548b902225f501
This commit is contained in:
parent
0ae3918d14
commit
9c7cec7df3
@ -16,7 +16,7 @@
|
||||
#
|
||||
# [*api_version*]
|
||||
# (optional) Version of Cinder API to use in cinderclient.
|
||||
# Defaoults to $::os_service_default
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*ca_file*]
|
||||
# (optional) CA cert file to use in SSL connections.
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -103,7 +103,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
|
||||
#
|
||||
|
@ -60,7 +60,7 @@
|
||||
# Default to 'magnum Container 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:9511/v1'
|
||||
#
|
||||
|
@ -29,7 +29,7 @@
|
||||
#
|
||||
# [*system_scope*]
|
||||
# (Optional) Scope for system operations.
|
||||
# Defauls to $::os_service_default
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*auth_type*]
|
||||
# (Optional) Authentication type to load
|
||||
|
@ -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',
|
||||
|
@ -80,7 +80,7 @@
|
||||
# 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:
|
||||
|
@ -21,7 +21,7 @@ describe 'magnum::cluster' do
|
||||
}
|
||||
end
|
||||
|
||||
it 'contains overrided values' do
|
||||
it 'contains overridden values' do
|
||||
is_expected.to contain_magnum_config('cluster/etcd_discovery_service_endpoint_format').with_value('https://discovery.etcd.io/new?size=%(size)d')
|
||||
is_expected.to contain_magnum_config('cluster/nodes_affinity_policy').with_value('soft-anti-affinity')
|
||||
is_expected.to contain_magnum_config('cluster/temp_cache_dir').with_value('/var/lib/magnum/certificate-cache')
|
||||
|
@ -16,7 +16,7 @@ describe 'magnum::cluster_template' do
|
||||
}
|
||||
end
|
||||
|
||||
it 'contains overrided values' do
|
||||
it 'contains overridden values' do
|
||||
is_expected.to contain_magnum_config('cluster_template/kubernetes_allowed_network_drivers').with_value('all')
|
||||
is_expected.to contain_magnum_config('cluster_template/kubernetes_default_network_driver').with_value('flannel')
|
||||
end
|
||||
|
@ -17,7 +17,7 @@ describe 'magnum::docker_registry' do
|
||||
}
|
||||
end
|
||||
|
||||
it 'contains overrided values' do
|
||||
it 'contains overridden values' do
|
||||
is_expected.to contain_magnum_config('docker_registry/swift_region').with_value('regionOne')
|
||||
is_expected.to contain_magnum_config('docker_registry/swift_registry_container').with_value('docker_registry')
|
||||
end
|
||||
|
@ -27,7 +27,7 @@ describe 'magnum::quota' do
|
||||
params.merge!({ :max_clusters_per_project => 10 })
|
||||
end
|
||||
|
||||
it 'contains overrided values' do
|
||||
it 'contains overridden values' do
|
||||
is_expected.to contain_magnum_config('quotas/max_clusters_per_project').with_value(p[:max_clusters_per_project])
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user