aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source2_lib_result.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-07 22:01:31 +0000
committerGerrit Code Review <review@openstack.org>2015-10-07 22:01:31 +0000
commit6d6509dc17bdb492e0eabde857e685b626d6f382 (patch)
tree15da32c7dcda65b4d38987c83004c03f14476711 /examples/source2_lib_result.yaml
parenta328c134b1776bd34b720171967af5c94014529f (diff)
parent83d628654990f4198661143d2a1a326fbd75041a (diff)
Merge "Drop examples"
Diffstat (limited to 'examples/source2_lib_result.yaml')
-rw-r--r--examples/source2_lib_result.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/source2_lib_result.yaml b/examples/source2_lib_result.yaml
deleted file mode 100644
index 172dce0f..00000000
--- a/examples/source2_lib_result.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: examples/source2.yaml
-HeatTemplateFormatVersion: '2012-12-12'
-Parameters:
- BImage:
- Type: String
- ImportantValue:
- Default: a_default
- Type: String
-Resources:
- GenericB:
- Metadata:
- my_meta: Foo
- Properties:
- image:
- Ref: BImage
- Type: OS::Nova::Server