senlin/examples/profiles/heat_stack_random_string.yaml
tengqm ed58a187f7 Initial version
This file contains a 'os.heat.stack' profile that will create a stack
using the template contained in spec.
2014-12-18 17:07:12 +08:00

13 lines
253 B
YAML

type: os.heat.stack
spec:
template:
heat_template_version: 2014-10-16
resources:
random:
type: OS::Heat::RandomString
properties:
length: 64
outputs:
result:
value: {get_attr: [random, value]}