diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-05-20 01:08:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-05-20 01:08:03 +0000 |
commit | 2f2327236ea1c794e942b347e7bcf2110def151f (patch) | |
tree | c140e5c4f3d1d7b13721483ebc5a4c2453b11139 /puppet/services | |
parent | e32ff14a3792985d6901231d4cbddde8396c80f9 (diff) | |
parent | 12f0f6ca435e97984adc0d818370bd06be87c164 (diff) |
Merge "Disable Manila CephFS snapshots by default" into stable/ocata
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/manila-backend-cephfs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/manila-backend-cephfs.yaml b/puppet/services/manila-backend-cephfs.yaml index 36ef1ea9..2a6d7e34 100644 --- a/puppet/services/manila-backend-cephfs.yaml +++ b/puppet/services/manila-backend-cephfs.yaml @@ -39,7 +39,7 @@ parameters: default: 'ceph' ManilaCephFSNativeCephFSEnableSnapshots: type: boolean - default: true + default: false ManilaCephFSDataPoolName: default: manila_data type: string |