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