]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Stop stack updates from exceeding resource limit
authorClint Byrum <clint@fewbar.com>
Fri, 6 Sep 2013 03:00:56 +0000 (20:00 -0700)
committerClint Byrum <clint@fewbar.com>
Fri, 20 Sep 2013 23:19:02 +0000 (16:19 -0700)
commit89bb14f49996c7a2bfe76d0067c46823be77b675
treeb75d8d6bb1962986a3a30e673339d27e3a0fd28b
parenta06e37c79d98939f2486b4018dd8f7a93f013c1b
Stop stack updates from exceeding resource limit

Previous patches raise an error when a newly created stack would exceed
the limit. This one applies the same logic during an update. Note that
nested stack updates will be handled in another patch.

Change-Id: Ic5d32501f582640cb77629b902c32c8cb9c20b42
Partial-Bug: #1215100
heat/engine/service.py
heat/tests/test_engine_service.py