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>
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):