]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Update nested stacks in parallel
authorZane Bitter <zbitter@redhat.com>
Wed, 4 Sep 2013 08:44:39 +0000 (10:44 +0200)
committerZane Bitter <zbitter@redhat.com>
Wed, 4 Sep 2013 08:44:43 +0000 (10:44 +0200)
commita9e7278d00d95a5376a895069624517429c7671b
treee8c825a82e09c20ccbbb69883e0daba98f2356f6
parentf28446e970258fac0979ddd0f6d436cc779cb488
Update nested stacks in parallel

This parallelises updates for AWS::CloudFormation::Stack resources, but not
for autoscaling groups. Other types of nested stacks (the old LoadBalancer
and DBInstance resources, and provider templates) have not yet implemented
stack updates.

Change-Id: I86e1d5289487b34712c248bc5e68e62cc4651ec6
heat/engine/resources/autoscaling.py
heat/engine/resources/stack.py
heat/engine/stack_resource.py
heat/tests/test_nested_stack.py
heat/tests/test_stack_resource.py