]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
heat : Revert "Make sure the properties are defined in all cases."
authorSteven Hardy <shardy@redhat.com>
Thu, 13 Sep 2012 11:01:03 +0000 (12:01 +0100)
committerSteven Hardy <shardy@redhat.com>
Thu, 13 Sep 2012 11:02:43 +0000 (12:02 +0100)
bugfix : backout #194 fix as it breaks RDS (or maybe all resoures
implemented as nested-stacks)

This reverts commit ae0b853499296763dae77aa5c1e4c22225674489.

reopens #194

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

index 30ba7b55403a6678e849ab442e0e7159c48ac243..b3142d6a73901899fa93082de1d51a15c15c4399 100644 (file)
@@ -293,9 +293,6 @@ class Stack(object):
         stack = cls(context, s.name, template, params,
                     stack_id, s.status, s.status_reason, s.timeout)
 
-        for res in stack:
-            res.calculate_properties()
-
         return stack
 
     def store(self, owner=None):