aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/ceph-storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-05 10:47:48 +0000
committerGerrit Code Review <review@openstack.org>2016-08-05 10:47:48 +0000
commit73656aac0dbf1e0bbc8ee10cf5f282c93af4174b (patch)
tree7bf46742f4d79b31c1b86e35333a7a05a2f295ea /puppet/ceph-storage.yaml
parentdfcfb9d4de5ecc4b624ea4497718cb98e80b2d7e (diff)
parent80a1acb55ed60b1bf86e9cf2d463dbe814c2489f (diff)
Merge "Move *Image parameters into role templates"
Diffstat (limited to 'puppet/ceph-storage.yaml')
-rw-r--r--puppet/ceph-storage.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/puppet/ceph-storage.yaml b/puppet/ceph-storage.yaml
index 93c4a65b..4d489c82 100644
--- a/puppet/ceph-storage.yaml
+++ b/puppet/ceph-storage.yaml
@@ -6,9 +6,9 @@ parameters:
type: string
constraints:
- custom_constraint: nova.flavor
- Image:
+ CephStorageImage:
type: string
- default: overcloud-ceph-storage
+ default: overcloud-full
constraints:
- custom_constraint: glance.image
ImageUpdatePolicy:
@@ -106,7 +106,7 @@ resources:
os-collect-config:
command: {get_param: ConfigCommand}
properties:
- image: {get_param: Image}
+ image: {get_param: CephStorageImage}
image_update_policy: {get_param: ImageUpdatePolicy}
flavor: {get_param: Flavor}
key_name: {get_param: KeyName}