heat/heat/tests/openstack/heat
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 Change namespace for Heat resources and tests 2015-11-27 01:37:07 +08:00
test_cloud_config.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_delay.py Add a new OS::Heat::Delay resource type 2018-07-24 13:20:36 -04:00
test_deployed_server.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_instance_group.py Allow scale-down of ASG as part of update 2020-05-28 05:08:44 +05:30
test_instance_group_update_policy.py Allow scale-down of ASG as part of update 2020-05-28 05:08:44 +05:30
test_multi_part.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_none_resource.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_random_string.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_remote_stack.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_resource_chain.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_resource_group.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_software_component.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_software_config.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_software_deployment.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_structured_config.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_swiftsignal.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
test_value.py Don't use duplicate stack names in DB unit tests 2019-03-06 20:08:51 -05:00
test_waitcondition.py Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00