]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Limit resources per stack in nested stacks
authorClint Byrum <clint@fewbar.com>
Thu, 5 Sep 2013 22:10:16 +0000 (15:10 -0700)
committerClint Byrum <clint@fewbar.com>
Fri, 20 Sep 2013 00:44:29 +0000 (17:44 -0700)
commitee154544a23ad61318b38b2cebc2cfef60e20b00
tree6033b318a30e33d977880f15ef14387e7c580f77
parentecf3954d2320fc79797d83873805168b8c837a8a
Limit resources per stack in nested stacks

In an earlier patch, the root stack creation was limited by the
max_resources_per_stack config setting. Now we need to apply the same
limit for nested stacks.

Change-Id: I2f871a5d5f4c51dd9cd7c93e94f8b0c8d87fa069
Partial-Bug: #1215100
heat/engine/stack_resource.py
heat/tests/test_nested_stack.py