aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source_lib_result_hot.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/source_lib_result_hot.yaml')
-rw-r--r--examples/source_lib_result_hot.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/source_lib_result_hot.yaml b/examples/source_lib_result_hot.yaml
new file mode 100644
index 00000000..4c07da0c
--- /dev/null
+++ b/examples/source_lib_result_hot.yaml
@@ -0,0 +1,24 @@
+description: examples/source_hot.yaml
+heat_template_version: '2013-05-23'
+parameters:
+ SourceImage:
+ default: my_image
+ type: string
+resources:
+ A:
+ properties:
+ image:
+ get_param: SourceImage
+ type: OS::Nova::Server
+ B:
+ metadata:
+ my_meta:
+ list_join:
+ - ''
+ - - one
+ - two
+ - three
+ properties:
+ image:
+ get_param: BImage
+ type: OS::Nova::Server