d1d829e6ac
This adds a --hot flag to merge.py which will assume source templates are in the HOT format, and generate a HOT template artifact. Tests have also been ported to HOT, along with some minor corrections to the existing tests to make the source and result templates valid heat templates. Partial-Blueprint: tripleo-juno-remove-mergepy Change-Id: If18ff79f89456123c884a1ab2f910ce4cc9a6e0b
14 lines
253 B
YAML
14 lines
253 B
YAML
parameters:
|
|
ImportantValue:
|
|
default: a_default
|
|
type: string
|
|
BImage:
|
|
type: string
|
|
resources:
|
|
GenericB:
|
|
type: OS::Nova::Server
|
|
properties:
|
|
image: {get_param: BImage}
|
|
metadata:
|
|
my_meta: {get_param: ImportantValue}
|