aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source_lib_result_hot.yaml
blob: 0235f200190e473516fe12d1778250f9f4c76f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
description: examples/source_hot.yaml
heat_template_version: '2014-10-16'
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