]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : don't replace resource template before update
authorSteven Hardy <shardy@redhat.com>
Mon, 28 Jan 2013 14:38:20 +0000 (14:38 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 31 Jan 2013 09:56:28 +0000 (09:56 +0000)
commitac84fae5d3847a2fc10ca95d1ba2be28e7fab08f
tree090db0a2e5c9f10893a243266341d226a7525c5a
parent410336810d6234ee5ee96e8d483a7b5a8f149ccc
heat engine : don't replace resource template before update

We want to validate the pre-update properties without touching
the existing template, because the resource implementation will
need to compare old/new json snippets to decide if a and update
can be performed or not.

ref blueprint instance-update-stack

Change-Id: I37ce6e799242819de6104a53f8458d8bbc3abf1c
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/engine/resource.py