]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Create resources in parallel where possible
authorZane Bitter <zbitter@redhat.com>
Tue, 28 May 2013 08:16:37 +0000 (10:16 +0200)
committerZane Bitter <zbitter@redhat.com>
Tue, 28 May 2013 08:16:37 +0000 (10:16 +0200)
commit281436ad7b2945d24d0a04c26adfd9fd7be541a9
tree4c66ebeda5b1c0f0e1478a8e9f5eea3f2d47fc59
parent8188d017e2532990304263e848bf2757127f6be2
Create resources in parallel where possible

Use the create co-routines with a DependencyTaskGroup to create resources
in parallel where possible, subject to their dependencies.

This implements blueprint concurrent-resource-scheduling with the exception
of nested stacks.

Change-Id: I4789ab11617b408622d8fc083e6b80a797d99e3a
heat/engine/parser.py
heat/tests/test_waitcondition.py