]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Implement timeouts for nested stacks
authorZane Bitter <zbitter@redhat.com>
Fri, 31 May 2013 10:39:08 +0000 (12:39 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 31 May 2013 10:40:08 +0000 (12:40 +0200)
commit17e15a638d877578b26dd59240d53b4e615455df
tree12bbd6fcba0935cc5bae4b7f2a4b3b03ed905281
parent16c5289841fc716d936df9dc58b93ec941ad0326
Implement timeouts for nested stacks

This also means that if no default is specified, nested stacks will not
time out (previously they used the default timeout of 60 minutes). Of
course, like other resources, creation of the nested stack will stop if and
when the parent stack times out.

Change-Id: Ibd55c32d63e971f79319ed40321fa4be52b65419
heat/engine/resources/stack.py
heat/engine/stack_resource.py