aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source_include_subkey_hot.yaml
blob: b330efe6f6ebd918154c73c0b5cc82eb9919dd81 (plain)
1
2
3
4
5
6
7
8
9
10
11
heat_template_version: 2013-05-23
parameters:
  Foo:
    type: string
resources:
  __include__:
    path: examples/lib_hot.yaml
    subkey: resources
    params:
      BImage:
        get_param: Foo