From bc27846c4488273e92266633065c4a094267ac1b Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Wed, 12 Aug 2020 12:05:46 -0700 Subject: [PATCH] Allow not setting hiera cephfs_enable_snapshots This option isn't mandatory, and is being deprecated. Change-Id: Iedee7838587f9ff12118602663ad55ede1be2902 Signed-off-by: Goutham Pacha Ravi --- manifests/profile/base/manila/share.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/profile/base/manila/share.pp b/manifests/profile/base/manila/share.pp index b3cc85807..68cd6f25b 100644 --- a/manifests/profile/base/manila/share.pp +++ b/manifests/profile/base/manila/share.pp @@ -119,7 +119,7 @@ class tripleo::profile::base::manila::share ( cephfs_conf_path => hiera('manila::backend::cephfs::cephfs_conf_path'), cephfs_auth_id => $cephfs_auth_id, cephfs_cluster_name => hiera('manila::backend::cephfs::cephfs_cluster_name'), - cephfs_enable_snapshots => hiera('manila::backend::cephfs::cephfs_enable_snapshots'), + cephfs_enable_snapshots => hiera('manila::backend::cephfs::cephfs_enable_snapshots', undef), cephfs_volume_mode => hiera('manila::backend::cephfs::cephfs_volume_mode', '0755'), cephfs_protocol_helper_type => $manila_cephfs_protocol_helper_type, cephfs_ganesha_server_ip => $cephfs_ganesha_server_ip_real,