blob: d02593e3b871efe85acf6a9b7f785d4dcae0a1b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
heat_template_version: 2014-10-16
description: >
Test template for create-update-delete-stack scenario in rally.
The template deletes one resource from the stack defined by random_strings.yaml.template.
resources:
test_string_one:
type: OS::Heat::RandomString
properties:
length: 20
|