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:
tengqm 2014-12-18 17:07:12 +08:00
parent 6a41036ac1
commit ed58a187f7

View 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]}