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 ae0b853499
.
reopens #194
Change-Id: I349a1625a040e33e080549a137824d1d2cfca9f8
Signed-off-by: Steven Hardy <shardy@redhat.com>
This commit is contained in:
parent
38e3b5a24a
commit
614287a964
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user