]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Always resolve properties against the current stack
authorZane Bitter <zbitter@redhat.com>
Mon, 26 Aug 2013 19:11:58 +0000 (21:11 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 26 Aug 2013 19:11:58 +0000 (21:11 +0200)
commit8adfc448e5d719cbadcc040f0f1e765c5453db7f
tree67da15faa2b2a1da5982549b76881364a14acbff
parent4c1bfe32a5e2cead15a9cb03668bf439a867af7e
Always resolve properties against the current stack

During an update, resources can get moved around between stacks. Ensure
that the properties are always resolved against whatever the current stack
is, without needing to replace self.properties.

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