tripleo-heat-templates/examples/lib.yaml
Clint Byrum cd3ddc482f Refactor test_merge.bash for multiple tests
We will be adding more tests, so make it more of a framework for that.

Also fix up minor lib.yaml formatting bug.

Change-Id: Ic0fe1679f8d62680dfd0acf215c849aa38b913da
2013-09-25 11:24:06 -07:00

14 lines
241 B
YAML

Parameters:
ImportantValue:
Default: a_default
Type: String
BImage:
Type: String
Resources:
GenericB:
Type: OS::Nova::Server
Properties:
image: {Ref: BImage}
Metadata:
my_meta: {Ref: ImportantValue}