Comment 3 for bug 1429134

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/163743
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=50cc71e33c40a9e3be604b16f77d3c3cf030a63b
Submitter: Jenkins
Branch: master

commit 50cc71e33c40a9e3be604b16f77d3c3cf030a63b
Author: kairat_kushaev <email address hidden>
Date: Mon Mar 16 11:32:24 2015 +1000

    Remove capacity check from AWS::AG update

    When heat is trying to update autoscaling group resource with
    the same template an exception is raised because nested stack
    is not in (UPDATE, COMPLETE) state. It happens because heat
    doesn't change the state of nested stacks if size of Autoscaling
    group has not been changed. So fix allows handle_update in
    AWS::AutoscalingGroup to launch resize despite of changes
    in AG capacity.

    Change-Id: Ibb71f31f2ec7d1d37b995323a2474b799ea498bb
    Closes-bug: #1429134