aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lib.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/lib.yaml
parenta328c134b1776bd34b720171967af5c94014529f (diff)
parent83d628654990f4198661143d2a1a326fbd75041a (diff)
Merge "Drop examples"
Diffstat (limited to 'examples/lib.yaml')
-rw-r--r--examples/lib.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/lib.yaml b/examples/lib.yaml
deleted file mode 100644
index d42e95f8..00000000
--- a/examples/lib.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-Parameters:
- ImportantValue:
- Default: a_default
- Type: String
- BImage:
- Type: String
-Resources:
- GenericB:
- Type: OS::Nova::Server
- Properties:
- image: {Ref: BImage}
- Metadata:
- my_meta: {Ref: ImportantValue}