heat/heat/engine/resources/aws/autoscaling
Rabi Mishra 26d8f64fc9 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
2020-05-28 05:08:44 +05:30
..
__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-28 05:08:44 +05:30
launch_config.py Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
scaling_policy.py Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00