cd3ddc482f
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
14 lines
241 B
YAML
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}
|