diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-11-10 23:22:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-11-10 23:22:03 +0000 |
commit | b044733893f97eae6ca8f081ee58c28bc9fa1f5a (patch) | |
tree | 8cf104d95cedd60ad3be23d0f616eb477f58fc31 /os-apply-config | |
parent | 266d123286e91bb733102ae20f607caeead520f2 (diff) | |
parent | e19ae9dfe03e2868562ef090c455aa9e8c394d9e (diff) |
Merge "Allow customization of the Ceph pool names"
Diffstat (limited to 'os-apply-config')
-rw-r--r-- | os-apply-config/ceph-cluster-config.yaml | 9 |
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: |