]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use Template to instantiate TemplateResource
authorZane Bitter <zbitter@redhat.com>
Wed, 21 Aug 2013 14:52:13 +0000 (16:52 +0200)
committerZane Bitter <zbitter@redhat.com>
Wed, 21 Aug 2013 14:53:27 +0000 (16:53 +0200)
commit01924a501f1be863a665b2f0de93beb2ac63b994
tree48dc994fa09c230509859763cc23cecbc9e35f7f
parent044a8aaf69d9874edfafb1c7658055141545d1cc
Use Template to instantiate TemplateResource

Use the Template class, rather than the raw template data, to obtain the
information required to create the schema of a TemplateResource facade.
This will allow this feature to work with multiple template formats (e.g.
HOT vs. CloudFormation).

Change-Id: Ifde739b081e95ed9f14567f35a0a1680c5e9b631
heat/engine/resources/template_resource.py