tripleo-heat-templates/examples/lib.yaml

12 lines
210 B
YAML

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