blob: b3f505fa67c43e5cf4e2a664f16f929ae5a49c84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
heat_template_version: 2014-10-16
description: Test template for rally create-update-delete scenario
resources:
test_group:
type: OS::Heat::ResourceGroup
properties:
count: 2
resource_def:
type: OS::Heat::RandomString
properties:
length: 20
|