]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Refactor and partly parallelise stack update code
authorZane Bitter <zbitter@redhat.com>
Fri, 21 Jun 2013 16:01:32 +0000 (18:01 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 21 Jun 2013 16:17:20 +0000 (18:17 +0200)
commit46edefa36cfd3ff6d31a54c7e8eccd059887badb
tree9746d431fec7860789f4b990cbfc078bafc04d97
parent47f9f54d851ea8d810774d9ca26f4b50162a84d3
Refactor and partly parallelise stack update code

Make this easier to read, and also use co-routines to make it run in
parallel where possible.

Change-Id: Ib37f4c04bd250cb15604ba9adb4cca8a97a2c4fb
heat/engine/parser.py
heat/engine/update.py [new file with mode: 0644]
heat/tests/test_parser.py