Merge "Map Horizon, Redis, Rabbit, memcached to isolated nets"
[apex-tripleo-heat-templates.git] / examples / launchconfig2_hot.yaml
1 heat_template_version: 2014-10-16
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: {get_param: C}
15   resource2:
16     type: OS::Nova::Server
17     properties:
18       flavor: test_flavor
19       image: {get_param: resource2Image}
20       key_name: test_key