Remove image parameter changing from merge
[apex-tripleo-heat-templates.git] / examples / source_lib_result.yaml
1 Description: examples/source.yaml
2 HeatTemplateFormatVersion: '2012-12-12'
3 Parameters:
4   Default: my_image
5   SourceImage: null
6   Type: String
7 Resources:
8   A:
9     Properties:
10       image:
11         Ref: SourceImage
12     Type: OS::Nova::Server
13   B:
14     Metadata:
15       my_meta:
16         Fn::Join:
17         - ''
18         - - one
19           - two
20           - three
21     Properties:
22       image:
23         Ref: BImage
24     Type: OS::Nova::Server