From 88f2b2b775c576b36bfceb0c055bd72bff6fd9d0 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 21 Jul 2016 00:04:19 +0800 Subject: Substitution mappings doesn't supports properties According to the simple tosca specification, substitution mapping only supports key words of node_type, capabilities and requirements, but in the definition of vRNC, add keywords of properties, so it will be deleted Change-Id: I45ca5f6d44410e5a6b8cdb448f3f148d63cc1376 JIRA: PARSER-67 Signed-off-by: shangxdy --- docs/parser_docs/tosca2heat/examples/Simple_RNC.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') diff --git a/docs/parser_docs/tosca2heat/examples/Simple_RNC.yaml b/docs/parser_docs/tosca2heat/examples/Simple_RNC.yaml index 76fd002..83283f3 100644 --- a/docs/parser_docs/tosca2heat/examples/Simple_RNC.yaml +++ b/docs/parser_docs/tosca2heat/examples/Simple_RNC.yaml @@ -76,8 +76,6 @@ topology_template: substitution_mappings: node_type: rnc.nodes.VNF - properties: - vnfmtype: UMTS requirements: virtualLink_VNFM: [ MM_Port_CTRL, virtualLink ] virtualLink_EMS: [ MM_Port_EMS, virtualLink ] -- cgit 1.2.3-korg