heat/heat/engine/resources/aws
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
..
autoscaling Allow scale-down of ASG as part of update 2020-05-28 05:08:44 +05:30
cfn Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
ec2 Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
iam Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
lb Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
s3 Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
__init__.py Split scaling policy into separate files 2014-08-27 20:27:19 +08:00