fix tosca errors
diff --git a/xos/configurations/opencloud/cdn-content.yaml b/xos/configurations/opencloud/cdn-content.yaml
index 135de7c..d4d1445 100644
--- a/xos/configurations/opencloud/cdn-content.yaml
+++ b/xos/configurations/opencloud/cdn-content.yaml
@@ -9,10 +9,11 @@
 topology_template:
   node_templates:
     HyperCache:
+      type: tosca.nodes.CDNService
       properties:
           # HyperCache service must already exist before running this recipe
           no-create: true
-          no-destroy: true
+          no-delete: true
           no-update: true
 
     # Setup the CDN Service Provider
diff --git a/xos/configurations/opencloud/cdn-opencloud.yaml b/xos/configurations/opencloud/cdn-opencloud.yaml
index 9cea95a..29d60d5 100644
--- a/xos/configurations/opencloud/cdn-opencloud.yaml
+++ b/xos/configurations/opencloud/cdn-opencloud.yaml
@@ -19,7 +19,7 @@
       type: tosca.nodes.Site
       properties:
           # Assume the onlab site exists, and don't touch it
-          no-delete: true
+          no-create: true
           no-update: true
           no-delete: true