Manila: Remove usage of cephfs_enable_snapshots

The parameter was deprecated and has no effect in puppet-manila since
Victoria[1]

[1] 2388d7510d600e358c76becf13d08581b489f2a7

Depends-on: https://review.opendev.org/799099
Change-Id: Ifdeb92cf0fcdc563fc37b6e3c97e89a8300ce122
This commit is contained in:
Takashi Kajinami 2021-07-02 00:58:05 +09:00
parent c72fb948bf
commit 504c35c2f6
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ class tripleo::profile::base::manila::share (
'cephfs_conf_path' => hiera('manila::backend::cephfs::cephfs_conf_path', undef),
'cephfs_auth_id' => $cephfs_auth_id,
'cephfs_cluster_name' => hiera('manila::backend::cephfs::cephfs_cluster_name', undef),
'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,