]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add methods to help calculate a stack's resources
authorClint Byrum <clint@fewbar.com>
Thu, 5 Sep 2013 22:02:32 +0000 (15:02 -0700)
committerGerrit Code Review <review@openstack.org>
Fri, 13 Sep 2013 07:26:49 +0000 (07:26 +0000)
commit8f528704e154c9927c7f2bcd6bc25ea3fb100ae4
treef5f909d806b461d776877a5c30d66dd21ade6064
parent799b2ff31df372dcf8cf22b73353df9321bae31c
Add methods to help calculate a stack's resources

In order to limit a stack's size in future changes, we need to know
how many resources are already in the stack. We also need to be able
to find the root stack object of a nested stack.

Change-Id: Ib848bcd2e10d02dffc30dce45a2675a9f718fa7d
Related-Bug: #1215100
heat/engine/parser.py
heat/tests/test_parser.py