heat/heat/tests/openstack/heat
Rabi Mishra 2c3a95051d 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:51:50 +00:00
..
__init__.py Change namespace for Heat resources and tests 2015-11-27 01:37:07 +08:00
test_cloud_config.py Fix test_cloud_config for PyYAML 5.1 2019-04-09 09:55:28 +05:30
test_delay.py Add a new OS::Heat::Delay resource type 2018-07-24 13:20:36 -04:00
test_deployed_server.py Fix multi region issue for software deployment 2018-07-09 21:29:27 +00:00
test_instance_group.py Allow scale-down of ASG as part of update 2020-05-29 01:51:50 +00:00
test_instance_group_update_policy.py Allow scale-down of ASG as part of update 2020-05-29 01:51:50 +00:00
test_multi_part.py Add group property for OS::Heat::MultipartMime 2020-01-22 10:58:13 +08:00
test_none_resource.py Update StackDefinition resource data when getting outputs 2017-07-21 10:30:34 -04:00
test_random_string.py Increase limit for RandomString test_overlapping_classes 2018-05-30 12:21:14 -04:00
test_remote_stack.py Override ssl options for heatclient in RemoteStack 2019-03-14 01:23:58 +08:00
test_resource_chain.py Set a concurrency limit on ResourceChain 2018-10-05 11:58:47 +02:00
test_resource_group.py Handle non-stored stack in resource group 2018-02-20 13:02:16 -05:00
test_software_component.py Use exception_filter in RPC client 2017-03-27 14:38:53 -04:00
test_software_config.py Use exception_filter in RPC client 2017-03-27 14:38:53 -04:00
test_software_deployment.py Return None for attributes of sd with no actions 2019-05-29 22:24:54 +05:30
test_structured_config.py Validate the input/output configs in Software Config 2016-08-10 11:01:35 -04:00
test_swiftsignal.py Unit tests: Fix mock errors with too few side effects 2018-08-10 17:25:13 -04: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 Remove mox from test_waitcondition 2018-03-06 17:47:44 -05:00