]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Detect failed instance creation in autoscaling
authorThomas Herve <th@rackspace.com>
Wed, 19 Jun 2013 07:17:48 +0000 (09:17 +0200)
committerThomas Herve <th@rackspace.com>
Wed, 19 Jun 2013 07:18:52 +0000 (09:18 +0200)
commitcb5dfdf786619ea1d04467774e07c0c4b231ed4d
tree7e29aedddab27abe16601a12aca714b453966a2d
parent2d673e51473ab9b0771cadb5099ab92a7f8b20ba
Detect failed instance creation in autoscaling

Wait for instances to be created sucessfully before adding them to the
list in the Autoscaling resource.

Fixes: bug #1192125
Change-Id: Ie8676c23de5a62d3b8b2b4088b67d249ae90ceef
heat/engine/resources/autoscaling.py
heat/tests/test_autoscaling.py