commit | feed2d865aaa0bbd8d08c82c9850d4a3499e9ae4 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Feb 04 11:06:39 2016 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Thu Feb 04 11:06:39 2016 -0800 |
tree | 008047a1112534f5912967f867e7d0de4fb68f27 | |
parent | 9d9b6750bbf9d62c07548abc6da5d55079c471c1 [diff] |
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