summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator-0.3.0/translator/tests/data/hot_output/hot_single_object_store.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tosca2heat/heat-translator-0.3.0/translator/tests/data/hot_output/hot_single_object_store.yaml')
-rw-r--r--tosca2heat/heat-translator-0.3.0/translator/tests/data/hot_output/hot_single_object_store.yaml21
1 files changed, 0 insertions, 21 deletions
diff --git a/tosca2heat/heat-translator-0.3.0/translator/tests/data/hot_output/hot_single_object_store.yaml b/tosca2heat/heat-translator-0.3.0/translator/tests/data/hot_output/hot_single_object_store.yaml
deleted file mode 100644
index 91491e3..0000000
--- a/tosca2heat/heat-translator-0.3.0/translator/tests/data/hot_output/hot_single_object_store.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-heat_template_version: 2013-05-23
-
-description: >
- Tosca template for creating an object storage service.
-
-parameters:
- objectstore_name:
- type: string
- default: myobjstore
-
-resources:
- obj_store_server:
- type: OS::Swift::Container
- properties:
- X-Container-Meta:
- Quota-Bytes: 1000000000
- X-Container-Read: ".r:*"
- name:
- get_param: objectstore_name
-
-outputs: {}