Convert Fn::Select to extended get_attr
[apex-tripleo-heat-templates.git] / examples / source2_lib_result.yaml
1 Description: examples/source2.yaml
2 HeatTemplateFormatVersion: '2012-12-12'
3 Parameters:
4   BImage:
5     Type: String
6   ImportantValue:
7     Default: a_default
8     Type: String
9 Resources:
10   GenericB:
11     Metadata:
12       my_meta: Foo
13     Properties:
14       image:
15         Ref: BImage
16     Type: OS::Nova::Server