4c07da0ca73d8effb77a7e6c1d0bd73cc155a97a
[apex-tripleo-heat-templates.git] / examples / source_lib_result_hot.yaml
1 description: examples/source_hot.yaml
2 heat_template_version: '2013-05-23'
3 parameters:
4   SourceImage:
5     default: my_image
6     type: string
7 resources:
8   A:
9     properties:
10       image:
11         get_param: SourceImage
12     type: OS::Nova::Server
13   B:
14     metadata:
15       my_meta:
16         list_join:
17         - ''
18         - - one
19           - two
20           - three
21     properties:
22       image:
23         get_param: BImage
24     type: OS::Nova::Server