Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
95949a2
)
Fix Flavor get_param for Block Storage.
author
Sofer Athlan-Guyot
<chem@sathlan.org>
Wed, 24 Aug 2016 12:25:49 +0000
(14:25 +0200)
committer
Sofer 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
patch
|
blob
|
history
diff --git
a/puppet/cinder-storage.yaml
b/puppet/cinder-storage.yaml
index
ff2c5d1
..
ef3f08f
100644
(file)
--- 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:
OvercloudBlockStorage
Flavor}
key_name: {get_param: KeyName}
networks:
- network: ctlplane