aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source2_lib_result.yaml
blob: d4b197685cf85edf147b67cd619a72790aebe7c9 (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:
  GenericBImage:
    Type: String
  ImportantValue:
    Default: a_default
    Type: String
Resources:
  GenericB:
    Metadata:
      my_meta: Foo
    Properties:
      image:
        Ref: GenericBImage
    Type: OS::Nova::Server