2013-09-25 18:15:59 +00:00
|
|
|
Description: examples/source_include_subkey.yaml
|
|
|
|
HeatTemplateFormatVersion: '2012-12-12'
|
|
|
|
Parameters:
|
2014-01-31 19:05:09 +00:00
|
|
|
Foo:
|
2013-09-25 18:15:59 +00:00
|
|
|
Type: String
|
|
|
|
Resources:
|
|
|
|
GenericB:
|
|
|
|
Metadata:
|
|
|
|
my_meta:
|
|
|
|
Ref: ImportantValue
|
|
|
|
Properties:
|
|
|
|
image:
|
2014-01-31 19:05:09 +00:00
|
|
|
Ref: Foo
|
2013-09-25 18:15:59 +00:00
|
|
|
Type: OS::Nova::Server
|