From 12d7916e7d1e8047f4109c66616665b9f5011921 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 4 Aug 2016 02:50:00 +0800 Subject: Add relationship of node template associated with tosca template in substitution mapping As a nested template desinger; I want to known the tosca template which a substituted node template associated; So i will create the relationship under node template which is substituted. JIRA:PARSER-76 Change-Id: Ifb9883e5c5f630cd7f1b5d1292eddb54ad4c20be Signed-off-by: shangxdy --- tosca2heat/tosca-parser/toscaparser/substitution_mappings.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tosca2heat/tosca-parser/toscaparser/substitution_mappings.py') diff --git a/tosca2heat/tosca-parser/toscaparser/substitution_mappings.py b/tosca2heat/tosca-parser/toscaparser/substitution_mappings.py index dc953b0..20ec947 100644 --- a/tosca2heat/tosca-parser/toscaparser/substitution_mappings.py +++ b/tosca2heat/tosca-parser/toscaparser/substitution_mappings.py @@ -53,8 +53,6 @@ class Substitution_mappings(object): self._capabilities = None self._requirements = None - self.sub_mapped_node_template.substitution_mapped = True - @classmethod def get_node_type(cls, sub_mapping_def): if isinstance(sub_mapping_def, dict): -- cgit 1.2.3-korg