From 9f5b87cfcf8cc1704516acef046197457b756513 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 26 Oct 2021 09:51:03 +0900 Subject: [PATCH] Remove the unused parameter This change removes the unused parameter which should have been removed when we removed implementation to manage the default volume type by puppet[1]. [1] 91629ff680213c1f7adfd5496b9f9efea3c987b1 Conflicts: manifests/profile/base/cinder/api.pp Change-Id: I7a979a48ddf8d5c52c33ffba604e92d2ff4e08d8 (cherry picked from commit 5e687093fad00cd11b8c1a694d97a43ce63ba0e4) --- manifests/profile/base/cinder/api.pp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifests/profile/base/cinder/api.pp b/manifests/profile/base/cinder/api.pp index f43a65a05..97ffb968f 100644 --- a/manifests/profile/base/cinder/api.pp +++ b/manifests/profile/base/cinder/api.pp @@ -43,10 +43,6 @@ # (Optional) Whether TLS in the internal network is enabled or not. # 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*] # (Optional) The current step in deployment. See tripleo-heat-templates # for more details. @@ -65,7 +61,6 @@ class tripleo::profile::base::cinder::api ( $certificates_specs = hiera('apache_certificates_specs', {}), $cinder_api_network = hiera('cinder_api_network', undef), $enable_internal_tls = hiera('enable_internal_tls', false), - $default_volume_type = hiera('cinder::api::default_volume_type', ''), $step = Integer(hiera('step')), # DEPRECATED PARAMETERS $keymgr_backend = undef,