Merge "Update rally version"
[functest.git] / testcases / OpenStack / rally / scenario / templates / updated_random_strings_add.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 the stack defined by random_strings.yaml.template with additional resource.
6
7 resources:
8   test_string_one:
9     type: OS::Heat::RandomString
10     properties:
11       length: 20
12   test_string_two:
13     type: OS::Heat::RandomString
14     properties:
15       length: 20
16   test_string_three:
17     type: OS::Heat::RandomString
18     properties:
19       length: 20