senlin/examples/profiles/node_stack.yaml
tengqm dd43a6b195 WIP change to stack profile example.
Senlin parser will support '!include' constructor for users to compose a
larger YAML file from different ones.
2014-12-29 14:45:27 +08:00

13 lines
216 B
YAML

heat_template_version: 2014-10-16
parameters:
len:
type: integer
resources:
random:
type: OS::Heat::RandomString
properties:
length: 64
outputs:
result:
value: {get_attr: [random, value]}