Fix Flavor get_param for Block Storage.
authorSofer Athlan-Guyot <chem@sathlan.org>
Wed, 24 Aug 2016 12:25:49 +0000 (14:25 +0200)
committerSofer Athlan-Guyot <chem@sathlan.org>
Wed, 24 Aug 2016 12:25:49 +0000 (14:25 +0200)
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

puppet/cinder-storage.yaml

index ff2c5d1..ef3f08f 100644 (file)
@@ -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