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 /environments | |
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 'environments')
-rw-r--r-- | environments/manila-cephfsnative-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/manila-cephfsnative-config.yaml b/environments/manila-cephfsnative-config.yaml index 4115d8b2..c2f65800 100644 --- a/environments/manila-cephfsnative-config.yaml +++ b/environments/manila-cephfsnative-config.yaml @@ -12,7 +12,7 @@ parameter_defaults: ManilaCephFSNativeEnableBackend: true ManilaCephFSNativeBackendName: cephfsnative ManilaCephFSNativeDriverHandlesShareServers: false - ManilaCephFSNativeCephFSConfPath: '/etc/ceph/cephfs.conf' + ManilaCephFSNativeCephFSConfPath: '/etc/ceph/ceph.conf' ManilaCephFSNativeCephFSAuthId: 'manila' ManilaCephFSNativeCephFSClusterName: 'ceph' ManilaCephFSNativeCephFSEnableSnapshots: true |