tripleo-heat-templates/examples/source_lib_result_hot.yaml

25 lines
441 B
YAML

description: examples/source_hot.yaml
heat_template_version: '2013-05-23'
parameters:
SourceImage:
default: my_image
type: string
resources:
A:
properties:
image:
get_param: SourceImage
type: OS::Nova::Server
B:
metadata:
my_meta:
list_join:
- ''
- - one
- two
- three
properties:
image:
get_param: BImage
type: OS::Nova::Server