]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Provide config option to limit resources per stack
authorClint Byrum <clint@fewbar.com>
Thu, 5 Sep 2013 22:07:47 +0000 (15:07 -0700)
committerClint Byrum <clint@fewbar.com>
Fri, 20 Sep 2013 00:44:29 +0000 (17:44 -0700)
commitecf3954d2320fc79797d83873805168b8c837a8a
tree65d4810951aaeeddc5d8efbc8f196957708afcf4
parentf00272b3b852221fd725bce5ff097d5a40211674
Provide config option to limit resources per stack

This provides an upper bounds on the number of resources a root level
stack can contain. The limitation is only applied to the engine creation
point so that existing stacks that are over the limit in the database
will not cause problems. Nested stacks will be addressed in a follow-up
patch.

Partial-Bug: #1215100
Change-Id: I1adcb22cf9bd5750b4ae3f219dd3264d1d02c1fc
etc/heat/heat.conf.sample
heat/common/config.py
heat/common/exception.py
heat/engine/service.py
heat/tests/test_engine_service.py