aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source2_lib_result_hot.yaml
blob: 294fed89840256c1771490c0dac98559911002b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
description: examples/source2_hot.yaml
heat_template_version: '2014-10-16'
parameters:
  BImage:
    type: string
  ImportantValue:
    default: a_default
    type: string
resources:
  GenericB:
    metadata:
      my_meta: Foo
    properties:
      image:
        get_param: BImage
    type: OS::Nova::Server