Initial version
This file contains a 'os.heat.stack' profile that will create a stack using the template contained in spec.
This commit is contained in:
parent
6a41036ac1
commit
ed58a187f7
12
examples/profiles/heat_stack_random_string.yaml
Normal file
12
examples/profiles/heat_stack_random_string.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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]}
|
Loading…
Reference in New Issue
Block a user