Adapt Parser test case to the new template
[functest.git] / functest / opnfv_tests / OpenStack / rally / scenario / templates / autoscaling_policy.yaml.template
1 heat_template_version: 2013-05-23
2
3 resources:
4   test_group:
5     type: OS::Heat::AutoScalingGroup
6     properties:
7       desired_capacity: 0
8       max_size: 0
9       min_size: 0
10       resource:
11         type: OS::Heat::RandomString
12   test_policy:
13     type: OS::Heat::ScalingPolicy
14     properties:
15       adjustment_type: change_in_capacity
16       auto_scaling_group_id: { get_resource: test_group }
17       scaling_adjustment: 1