]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Create nested stacks in parallel
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)
commit8843e7490b4ca4da6e5155c730600f44628b3abf
tree624324680985b27f0e63def7fe0406458270f5d6
parent03a5707849de32141f89aebb34b464a19e9db246
Create nested stacks in parallel

Use check_create_complete() to advance the nested stack creation, so that
it can occur in parallel with other resources in the parent stack.

Implements blueprint concurrent-resource-scheduling

Change-Id: I841b4c93b257409eecd0d2a43b35d9bee114ab87
heat/engine/resources/dbinstance.py
heat/engine/resources/loadbalancer.py
heat/engine/resources/stack.py
heat/engine/stack_resource.py
heat/tests/test_dbinstance.py
heat/tests/test_nested_stack.py