Merge "Allow configuring cinder mount point for glance cinder store"
This commit is contained in:
commit
124fabb8a8
deployment/glance
releasenotes/notes
@ -261,6 +261,12 @@ parameters:
|
||||
cinder_store:
|
||||
GlanceBackend: cinder
|
||||
GlanceStoreDescription: 'Cinder store'
|
||||
GlanceCinderMountPointBase:
|
||||
default: '/var/lib/glance/mnt'
|
||||
type: string
|
||||
description: |
|
||||
The mount point base when glance is using cinder as store and cinder backend
|
||||
is NFS. This mount point is where the NFS volume is mounted on the glance node.
|
||||
CephClientUserName:
|
||||
default: openstack
|
||||
type: string
|
||||
@ -520,6 +526,7 @@ outputs:
|
||||
glance::backend::cinder::cinder_store_project_name: 'service'
|
||||
glance::backend::cinder::cinder_store_user_name: 'glance'
|
||||
glance::backend::cinder::cinder_store_password: {get_param: GlancePassword}
|
||||
tripleo::profile::base::glance::backend::cinder::cinder_mount_point_base: {get_parame: GlanceCinderMountPointBase}
|
||||
- {}
|
||||
-
|
||||
if:
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
The new parameter GlanceCinderMountPointBase has been added which will be used
|
||||
for mounting NFS volumes on glance nodes.
|
||||
When glance uses cinder as store and cinder backend is NFS, this parameter must
|
||||
be set to match cinder's mount point.
|
Loading…
x
Reference in New Issue
Block a user