Comment 2 for bug 1447913

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

Reviewed: https://review.openstack.org/177148
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=63646f8cfd341e2e88f18cfb09b92e986d282cc5
Submitter: Jenkins
Branch: master

commit 63646f8cfd341e2e88f18cfb09b92e986d282cc5
Author: Rabi Mishra <email address hidden>
Date: Wed Apr 22 15:56:43 2015 +0530

    Add min_adjustment_step property to ScalingPolicy

    Adds `min_adjustment_step` property to ScalingPolicy
    resource. It represents the minimum number of resources
    that are added or removed when AutoScaling group scales
    up or down. This can be used only when specifying value
    `percent_change_in_capacity` for `adjustment_type` property.

    Change-Id: Ia8976e52047ab47245566487ce1872a8890bcff2
    Closes-Bug: #1447913