aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source_hot.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/source_hot.yaml')
-rw-r--r--examples/source_hot.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/source_hot.yaml b/examples/source_hot.yaml
deleted file mode 100644
index 15314886..00000000
--- a/examples/source_hot.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-heat_template_version: 2014-10-16
-parameters:
- SourceImage:
- type: string
- default: my_image
-resources:
- A:
- type: OS::Nova::Server
- properties:
- image: {get_param: SourceImage}
- B:
- type: FileInclude
- Path: examples/lib_hot.yaml
- SubKey: resources.GenericB
- parameters:
- ImportantValue: {"Fn::Join": [ '', ['one', 'two', 'three']]}