Merge "Set proper ceph config path for manila" into stable/newton
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user