commit | 50b62032e44bb49f8498d747dd46ac0e57e4c57a | [log] [tgz] |
---|---|---|
author | Thomas Spatzier <thomas.spatzier@de.ibm.com> | Tue Mar 04 02:15:54 2014 +0100 |
committer | Thomas Spatzier <thomas.spatzier@de.ibm.com> | Tue Mar 04 02:15:54 2014 +0100 |
tree | a88af30c4f50e2fc412da3d91700dd22524e1a60 | |
parent | 51aa0920460eda6cffc378076d56b9bd150d56b1 [diff] |
Fix invalid syntax in HOT templates This patch fixes invalid syntax in HOT templates where keywords starting with uppercase characters are used (e.g. 'Type') in the resources section. According to the HOT spec, though, those keywords are all lowercase (e.g. 'type'). Change https://review.openstack.org/#/c/73580 in heat adds stricter validation which makes the respective testcases fail. Change-Id: Iffb79e5bb362bfd02b028166ce6ddfa616f2909f Closes-Bug: #1288114