Make LaunchConfiguration resources mergeable
[apex-tripleo-heat-templates.git] / examples / launchconfig1.yaml
1 Parameters:
2   A:
3     Type: String
4     Default: test1
5   B:
6     Type: String
7     Default: test2
8   resource1Image:
9     Type: String
10     Default: resource1
11 Resources:
12   notcomputeConfigBase:
13     Type: AWS::AutoScaling::LaunchConfiguration
14     Metadata:
15       OpenStack::Role: notcomputeConfig
16       a: {Ref: A}
17       b: {Ref: B}
18   resource1:
19     Type: OS::Nova::Server
20     Properties:
21       flavor: test_flavor
22       image: {Ref: resource1Image}
23       key_name: test_key