]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix parsing of metadata
authorZane Bitter <zbitter@redhat.com>
Tue, 5 Jun 2012 10:07:37 +0000 (12:07 +0200)
committerZane Bitter <zbitter@redhat.com>
Tue, 5 Jun 2012 10:36:58 +0000 (12:36 +0200)
commit3c33de8b9fe02532e0db4f224998f329e2c4fb48
tree25414c97b64516a28cd86388e67116aa52580f0a
parent5c3fc7bb61418ab0cad43ec0247f6f1566662575
Fix parsing of metadata

I broke metadata in bece6593f00f8e096f045982673f85c67863b932 by no longer
updating the parsed template in the database. We need to resolve references
runtime data before storing the parsed template, because the metadata code
uses this directly.

Change-Id: I753fe199779ae1b0046366abadca0111a81463c6
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/cloud_watch.py
heat/engine/instance.py
heat/engine/parser.py
heat/engine/resources.py
heat/engine/wait_condition.py