Reuse the various service passwords as db passwords.
[apex-tripleo-heat-templates.git] / examples / source_lib_result_hot.yaml
1 description: examples/source_hot.yaml
2 heat_template_version: '2014-10-16'
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