]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
UpdateStack for AWS::AutoScaling::ScalingPolicy
authorWinson Chan <winson.c.chan@intel.com>
Fri, 17 May 2013 18:30:33 +0000 (11:30 -0700)
committerWinson Chan <winson.c.chan@intel.com>
Mon, 20 May 2013 16:08:28 +0000 (09:08 -0700)
commite983f0696918382c70ac6f0932b2363f96188d4a
treeeea4cc1c801a734e01b46024c897916102c6a4e8
parentdea685ef9055ae058825ea43a8e729a9adf640b4
UpdateStack for AWS::AutoScaling::ScalingPolicy

Implemented update support of the ScalingPolicy resource
in an existing stack. ScalingAdjustment, AdjustmentType,
and Cooldown properties are allowed properties for update.
A handle_update method is added to update differences in
the template.

Change-Id: Ieeae93560a315a8a35c6fb2d8f1d78a89123bec3
blueprint: scalingpolicy-update-stack
heat/engine/resources/autoscaling.py
heat/tests/test_autoscaling.py