]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Make template params resolution standalone
authorTomas Sedovic <tomas@sedovic.cz>
Mon, 13 Aug 2012 13:59:49 +0000 (15:59 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Mon, 13 Aug 2012 14:37:38 +0000 (16:37 +0200)
commite611c7a5178e3607aa64f557535e7dc58f6d9af0
tree2eb2f098160557403369d4be623cbd6b0aaa41e4
parent70bdc38a44b6ec4db40b8e1b5d7c2b6f398e27e1
Make template params resolution standalone

This makes the two functions for resolving template data (Fn::FindInMap,
Ref, etc.) available outside of a Stack object.

Other programs can then import these functions and see how the template
parameters get resolved.

Change-Id: I92de937a3fb25f907404335cb71554036a807c50
Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
heat/engine/parser.py