Parameterize Rally scenarios
[functest.git] / testcases / VIM / OpenStack / CI / rally_cert / scenario / templates / updated_resource_group_reduce.yaml.template
1 heat_template_version: 2014-10-16
2
3 description: >
4   Test template for create-update-delete-stack scenario in rally.
5   The template updates one resource from the stack defined by resource_group.yaml.template
6   and deletes children resources from that resource.
7
8 resources:
9   test_group:
10     type: OS::Heat::ResourceGroup
11     properties:
12       count: 1
13       resource_def:
14         type: OS::Heat::RandomString
15         properties:
16           length: 20