]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Changes for HOT hello world template processing
authorThomas Spatzier <thomas.spatzier@de.ibm.com>
Mon, 17 Jun 2013 11:50:52 +0000 (13:50 +0200)
committerThomas Spatzier <thomas.spatzier@de.ibm.com>
Tue, 25 Jun 2013 14:52:32 +0000 (16:52 +0200)
commitd4ae2bccfdf3c05e1a7e1feecdda58084c529081
tree6b4b963c63b73b4930f48e880d5614c84b43ac44
parentcdb27991a38902f134ac6825d2a3d3bc3eab3171
Changes for HOT hello world template processing

This patch contains the base enabling code required for processing a most
simple HOT template ("hot hello world"), so that the template can be
parsed and a stack with a single instance can be deployed.

Contributes to blueprint hot-hello-world

Change-Id: I4f0a04a06fab2f5472cb4481dcdf10d5239d5def
heat/common/template_format.py
heat/engine/hot.py [new file with mode: 0644]
heat/engine/template.py
heat/tests/test_hot.py [new file with mode: 0644]