heat/heat/engine/resources/aws/autoscaling
Rabi Mishra 0f8a34ff0f Allow scale-down of ASG as part of update
When user wants to do manual scale-up of ASG by increasing the
desired_capacity and also update some member properties as
part of a stack update, if it fails due to insufficient
resources when resizing, trying to manually scale-down by
decreasing the desired_capacity won't work, as it would
always expect to update the group with the earlier size
before scaling down.

This patch uses the target_size when building the batches.

Task: 39867
Change-Id: Id851530b424f68b5e0e967fe34431483bfffd852
(cherry picked from commit 26d8f64fc9)
2020-05-29 01:52:46 +00:00
..
__init__.py Move AWS::AutoScaling::* resources 2015-03-04 09:43:42 +08:00
autoscaling_group.py Allow scale-down of ASG as part of update 2020-05-29 01:52:46 +00:00
launch_config.py Use the ResourceDefinition.Diff API in resources 2016-04-13 19:49:04 -04:00
scaling_policy.py Remove unused LOG variable with logging import 2015-12-08 05:08:33 -05:00