69f1dcc7cb
We can now merge an entire file with minimal effort. Change-Id: If86657fb9f9cca0f048c9e01100a3667597a6596
15 lines
298 B
YAML
15 lines
298 B
YAML
Description: examples/source_include_subkey.yaml
|
|
HeatTemplateFormatVersion: '2012-12-12'
|
|
Parameters:
|
|
GenericBImage:
|
|
Type: String
|
|
Resources:
|
|
GenericB:
|
|
Metadata:
|
|
my_meta:
|
|
Ref: ImportantValue
|
|
Properties:
|
|
image:
|
|
Ref: GenericBImage
|
|
Type: OS::Nova::Server
|