]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Get rid of create state in Autoscaling
authorZane Bitter <zbitter@redhat.com>
Tue, 9 Apr 2013 18:01:23 +0000 (20:01 +0200)
committerZane Bitter <zbitter@redhat.com>
Tue, 9 Apr 2013 20:28:38 +0000 (22:28 +0200)
commitea58e3fd0b2137a8f141750bc7029c03c907f6a2
treec0f441d23b924ff376b2ea1c0096da551b1757f2
parentbfdee58d2e8d60cb87545a62bd9d2d9c1b372a04
Get rid of create state in Autoscaling

Avoid storing the state of instances that are currently being created in
the instance group resource itself. Instead, ensure that they are returned
from handle_create() and take advantage of that result being passed back in
to check_active().

Change-Id: Ie2c75eaee620aa0599665168bfb92b345128d392
heat/engine/resources/autoscaling.py