]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Don't delete failed instances in InstanceGroup
authorChristopher Armstrong <chris.armstrong@rackspace.com>
Mon, 26 Aug 2013 17:52:53 +0000 (12:52 -0500)
committerChristopher Armstrong <chris.armstrong@rackspace.com>
Tue, 27 Aug 2013 12:01:11 +0000 (12:01 +0000)
commitfe498a2d4f97287cffe60a02d27a5e4b2665862d
treeafc03f95889e93082d92b735f2b2ce672c129aae
parentb1b26d82293be1d86698f88979682194f865820c
Don't delete failed instances in InstanceGroup

This gets rid of the code to delete failed instances in
InstanceGroup so that administrators can debug what happened
if any instances fail to start. It also allows the resize operation
to raise an error, so the InstanceGroup should be in a FAILED state
after a failed resize operation.

fixes bug 1214007
fixes bug 1215140

Change-Id: Id508195c847f09dd986e450f35876ff574ff7673
heat/engine/resources/autoscaling.py
heat/tests/test_autoscaling.py
heat/tests/test_instance_group.py