From: Steven Hardy Date: Thu, 13 Sep 2012 11:01:03 +0000 (+0100) Subject: heat : Revert "Make sure the properties are defined in all cases." X-Git-Tag: 2014.1~1426^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=614287a9645ab6b32fe9fc71a99a1a7308bf61d3;p=openstack-build%2Fheat-build.git heat : Revert "Make sure the properties are defined in all cases." 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 --- diff --git a/heat/engine/parser.py b/heat/engine/parser.py index 30ba7b55..b3142d6a 100644 --- a/heat/engine/parser.py +++ b/heat/engine/parser.py @@ -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):