]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : AutoScalingGroup UpdateStack support
authorSteven Hardy <shardy@redhat.com>
Mon, 4 Feb 2013 18:03:52 +0000 (18:03 +0000)
committerSteven Hardy <shardy@redhat.com>
Mon, 4 Feb 2013 18:05:57 +0000 (18:05 +0000)
commit89ad44e0ce85ed26d446234a155acb8d62af6a34
treeb7a3a747687cf1b647ed98f85a82c2974eb93c30
parente4ded57bd4092642a89ebb1b6f3fb2aae180da2c
heat engine : AutoScalingGroup UpdateStack support

Adds improved UpdateStack support for AutoScalingGroup,
now the following properties can be updated without
replacement:
'MaxSize', 'MinSize', 'Cooldown', 'DesiredCapacity'

Change-Id: Ic47b4a2456dc19cd91eec7b0381d5d82fcd3f332
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/engine/resources/autoscaling.py
heat/tests/test_autoscaling.py