Merge "Remove the unused parameter"
This commit is contained in:
commit
1d108772fd
@ -43,10 +43,6 @@
|
|||||||
# (Optional) Whether TLS in the internal network is enabled or not.
|
# (Optional) Whether TLS in the internal network is enabled or not.
|
||||||
# Defaults to hiera('enable_internal_tls', false)
|
# Defaults to hiera('enable_internal_tls', false)
|
||||||
#
|
#
|
||||||
# [*default_volume_type*]
|
|
||||||
# (Optional) The name of the default volume type.
|
|
||||||
# Defaults to hiera('cinder::api::default_volume_type', '')
|
|
||||||
#
|
|
||||||
# [*step*]
|
# [*step*]
|
||||||
# (Optional) The current step in deployment. See tripleo-heat-templates
|
# (Optional) The current step in deployment. See tripleo-heat-templates
|
||||||
# for more details.
|
# for more details.
|
||||||
@ -57,7 +53,6 @@ class tripleo::profile::base::cinder::api (
|
|||||||
$certificates_specs = hiera('apache_certificates_specs', {}),
|
$certificates_specs = hiera('apache_certificates_specs', {}),
|
||||||
$cinder_api_network = hiera('cinder_api_network', undef),
|
$cinder_api_network = hiera('cinder_api_network', undef),
|
||||||
$enable_internal_tls = hiera('enable_internal_tls', false),
|
$enable_internal_tls = hiera('enable_internal_tls', false),
|
||||||
$default_volume_type = hiera('cinder::api::default_volume_type', ''),
|
|
||||||
$step = Integer(hiera('step')),
|
$step = Integer(hiera('step')),
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user