tripleo-heat-templates/examples/lib.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}