ed58a187f7
This file contains a 'os.heat.stack' profile that will create a stack using the template contained in spec.
13 lines
253 B
YAML
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]}
|