]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix problem with updating parsed template in DB
authorZane Bitter <zbitter@redhat.com>
Mon, 21 May 2012 18:18:33 +0000 (20:18 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 21 May 2012 18:28:51 +0000 (20:28 +0200)
commit53eda6d78a4c8714dfdd198ad61f2505c894dcde
treeb05f9e93bf973c6c9d72e0fdf37d52275ee28421
parent08c79368245573b79acfb1e0b203813aa8de5078
Fix problem with updating parsed template in DB

The parsed template would not always be updated correctly when the actual
template object had not changed (only the contents). This change forces an
update by making a copy.

Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/parser.py