aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source2_lib_result_hot.yaml
blob: 3f891e472f14956dd957aef0957a23d40c472ccf (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: '2013-05-23'
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