]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
scheduler: Simplify DependencyTaskGroup interface
authorZane Bitter <zbitter@redhat.com>
Thu, 13 Jun 2013 18:03:27 +0000 (20:03 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 17 Jun 2013 16:00:54 +0000 (18:00 +0200)
commitf22691904ff4459629daf842390fd6fea94b049e
tree51a3a0021ae0883704f83127586f9980e9ff5a03
parent26812e34bd9460a63aebdcbdc1ca27b243f91660
scheduler: Simplify DependencyTaskGroup interface

Instead of passing a function that takes one argument and returns a task
that takes no arguments, simply pass a task that takes one argument.

Change-Id: I73d5f137d5db492c09e6887f80e7e759734c211f
heat/engine/parser.py
heat/engine/scheduler.py
heat/tests/test_scheduler.py