Convert Fn::Select to extended get_attr
[apex-tripleo-heat-templates.git] / examples / launchconfig2.yaml
1 HeatTemplateFormatVersion: '2012-12-12'
2 Parameters:
3   C:
4     Type: String
5     Default: test3
6   resource2Image:
7     Type: String
8     Default: resource2
9 Resources:
10   notcomputeConfigMixin:
11     Type: AWS::AutoScaling::LaunchConfiguration
12     Metadata:
13       OpenStack::Role: notcomputeConfig
14       c: {Ref: C}
15   resource2:
16     Type: OS::Nova::Server
17     Properties:
18       flavor: test_flavor
19       image: {Ref: resource2Image}
20       key_name: test_key