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
This commit is contained in:
Sofer Athlan-Guyot 2016-08-24 14:25:49 +02:00
parent 95949a2975
commit 5c1b9864e3
1 changed files with 1 additions and 1 deletions

View 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