]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : Compare runtime resolved resource snippets on update
authorSteven Hardy <shardy@redhat.com>
Tue, 26 Feb 2013 14:55:18 +0000 (14:55 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 27 Feb 2013 16:17:30 +0000 (16:17 +0000)
commitf4fcb7bd5ae3345555f1ac8fdbad2fe84408c0a5
treeaaad4bbdb19e7aea2aac71b60da4c93142678d46
parent79bc8170a0d854b2d688af2da82f0ff3e106e562
heat engine : Compare runtime resolved resource snippets on update

We need to compare the runtime resolved resource snippet, since that
is what we get back from self.parsed_template.  If we don't do this,
then we get a false positive when a Ref to a parameter which gets
updated (e.g AWS::StackId) is used in the resource properties.

ref bug 1131666

Change-Id: Ib488c43b9eca998a7a82b7571097f5bb69ef946c
heat/engine/resource.py