summaryrefslogtreecommitdiffstats
path: root/os-apply-config/ceph-cluster-config.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-10 23:22:03 +0000
committerGerrit Code Review <review@openstack.org>2015-11-10 23:22:03 +0000
commitb044733893f97eae6ca8f081ee58c28bc9fa1f5a (patch)
tree8cf104d95cedd60ad3be23d0f616eb477f58fc31 /os-apply-config/ceph-cluster-config.yaml
parent266d123286e91bb733102ae20f607caeead520f2 (diff)
parente19ae9dfe03e2868562ef090c455aa9e8c394d9e (diff)
Merge "Allow customization of the Ceph pool names"
Diffstat (limited to 'os-apply-config/ceph-cluster-config.yaml')
-rw-r--r--os-apply-config/ceph-cluster-config.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/os-apply-config/ceph-cluster-config.yaml b/os-apply-config/ceph-cluster-config.yaml
index c3cf8e8a..4e435ffb 100644
--- a/os-apply-config/ceph-cluster-config.yaml
+++ b/os-apply-config/ceph-cluster-config.yaml
@@ -27,6 +27,15 @@ parameters:
type: comma_delimited_list
ceph_mon_ips:
type: comma_delimited_list
+ NovaRbdPoolName:
+ default: vms
+ type: string
+ CinderRbdPoolName:
+ default: volumes
+ type: string
+ GlanceRbdPoolName:
+ default: images
+ type: string
resources:
CephClusterConfigImpl: