diff options
author | Tom Barron <tpb@dyncloud.net> | 2016-10-05 17:55:09 -0400 |
---|---|---|
committer | Tom Barron <tpb@dyncloud.net> | 2016-10-05 17:55:09 -0400 |
commit | 273a4499d6ab38d5d43952c093a9248b2b5471d6 (patch) | |
tree | 221cdaca40fda3bd1608e46a7c10a50883874fec /puppet | |
parent | 3fa2ab420c2ba354fd709857e1ceaacf36a0f1b5 (diff) |
Set proper ceph config path for manila
When deploying manila with cephfs backend,
/etc/manila/manila.conf should define
cephfs_conf_path = /etc/ceph/ceph.conf
in the cephfs native backend since this is
the conventional path that ceph operators expect
and since we document that path upstream.
Change-Id: I4abf5c33b675b1102413a84d64f4ce23b07b4485
Closes-Bug: 1630777
Diffstat (limited to 'puppet')
-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 89a36d21..37b0a1d2 100644 --- a/puppet/services/manila-backend-cephfs.yaml +++ b/puppet/services/manila-backend-cephfs.yaml @@ -33,7 +33,7 @@ parameters: default: 'cephfs' ManilaCephFSNativeCephFSConfPath: type: string - default: '/etc/ceph/cephfs.conf' + default: '/etc/ceph/ceph.conf' ManilaCephFSNativeCephFSAuthId: type: string default: 'manila' |