aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source2_lib_result.yaml
blob: 172dce0ff30ce2bad4aad382af671f1deaa65c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: examples/source2.yaml
HeatTemplateFormatVersion: '2012-12-12'
Parameters:
  BImage:
    Type: String
  ImportantValue:
    Default: a_default
    Type: String
Resources:
  GenericB:
    Metadata:
      my_meta: Foo
    Properties:
      image:
        Ref: BImage
    Type: OS::Nova::Server