From: Sofer Athlan-Guyot Date: Wed, 24 Aug 2016 12:25:49 +0000 (+0200) Subject: Fix Flavor get_param for Block Storage. X-Git-Tag: opnfv-6.0.0~1732 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5c1b9864e36ab259035e614bca6794a7c00b081c;p=apex-tripleo-heat-templates.git Fix Flavor get_param for Block Storage. The get_param of the flavor was not pointing to the right parameter, leading to an empty flavor for the block storage and a failure during validation. Change-Id: Id9a3d5756be956cedf060443533b84fcc66e721c Closes-Bug: 1616453 --- diff --git a/puppet/cinder-storage.yaml b/puppet/cinder-storage.yaml index ff2c5d1c..ef3f08ff 100644 --- a/puppet/cinder-storage.yaml +++ b/puppet/cinder-storage.yaml @@ -106,7 +106,7 @@ resources: properties: image: {get_param: BlockStorageImage} - flavor: {get_param: Flavor} + flavor: {get_param: OvercloudBlockStorageFlavor} key_name: {get_param: KeyName} networks: - network: ctlplane