aboutsummaryrefslogtreecommitdiffstats
path: root/examples/launchconfig2_hot.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/launchconfig2_hot.yaml')
-rw-r--r--examples/launchconfig2_hot.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/launchconfig2_hot.yaml b/examples/launchconfig2_hot.yaml
new file mode 100644
index 00000000..3bd5549d
--- /dev/null
+++ b/examples/launchconfig2_hot.yaml
@@ -0,0 +1,20 @@
+heat_template_version: 2013-05-23
+parameters:
+ C:
+ type: string
+ default: test3
+ resource2Image:
+ type: string
+ default: resource2
+resources:
+ notcomputeConfigMixin:
+ type: AWS::AutoScaling::LaunchConfiguration
+ metadata:
+ OpenStack::Role: notcomputeConfig
+ c: {get_param: C}
+ resource2:
+ type: OS::Nova::Server
+ properties:
+ flavor: test_flavor
+ image: {get_param: resource2Image}
+ key_name: test_key