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