tripleo-heat-templates/examples/source2_lib_result_hot.yaml

17 lines
310 B
YAML

description: examples/source2_hot.yaml
heat_template_version: '2014-10-16'
parameters:
BImage:
type: string
ImportantValue:
default: a_default
type: string
resources:
GenericB:
metadata:
my_meta: Foo
properties:
image:
get_param: BImage
type: OS::Nova::Server