From 614287a9645ab6b32fe9fc71a99a1a7308bf61d3 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 13 Sep 2012 12:01:03 +0100 Subject: [PATCH] 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 --- heat/engine/parser.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/heat/engine/parser.py b/heat/engine/parser.py index 30ba7b5540..b3142d6a73 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):