diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2016-07-21 00:04:19 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2016-07-21 14:10:25 +0800 |
commit | 88f2b2b775c576b36bfceb0c055bd72bff6fd9d0 (patch) | |
tree | 16f51b005fa0b28d7acfab619c5ec6f4818e7147 /tosca2heat/tosca-parser/toscaparser | |
parent | 9b0aa6ee37e40e98ac1f8c74ac85864af30458da (diff) |
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 <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml b/tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml index bdd03c8..21f79e2 100644 --- a/tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml +++ b/tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml @@ -74,8 +74,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 ] |