Merge "Allow not setting hiera cephfs_enable_snapshots"

This commit is contained in:
Zuul 2020-08-18 02:29:01 +00:00 committed by Gerrit Code Review
commit 84e10253e5
1 changed files with 1 additions and 1 deletions

View File

@ -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,