]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Allow partial template parsing
authorZane Bitter <zbitter@redhat.com>
Wed, 11 Jul 2012 14:37:47 +0000 (10:37 -0400)
committerZane Bitter <zbitter@redhat.com>
Wed, 11 Jul 2012 15:14:31 +0000 (11:14 -0400)
commit5aac736bb60cfd72887aef2555c3c0cbe24ea6e1
tree5a782de0a828f45c4600aa56d279058a0271b621
parent897ccca9ed1039df2b60b0607997cccb06fd913c
Allow partial template parsing

Make it possible to only parse the section we need when generating the
parsed template for a resource.

Change-Id: Ib4216d8d7bfdbca81f43690b6e8c53c15c71a232
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/resources.py
heat/tests/test_resource.py