summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/toscaparser/topology_template.py
diff options
context:
space:
mode:
authorjulien zhang <zhang.jun3g@zte.com.cn>2016-07-08 06:06:58 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-08 06:06:58 +0000
commit7fe3011a67a239f7dc04153c54eaff78ef967eaf (patch)
tree029563d117ae964f06db9b05f714ed548d90d2be /tosca2heat/tosca-parser/toscaparser/topology_template.py
parent870d910efa510e768b19785ec677ddb731c49bb0 (diff)
parent74924a61a1fefe5e4977cd8d9edf7e5bbbb9f966 (diff)
Merge "netsted template validate type error"
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/topology_template.py')
-rw-r--r--tosca2heat/tosca-parser/toscaparser/topology_template.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/topology_template.py b/tosca2heat/tosca-parser/toscaparser/topology_template.py
index f8f8875..d51512a 100644
--- a/tosca2heat/tosca-parser/toscaparser/topology_template.py
+++ b/tosca2heat/tosca-parser/toscaparser/topology_template.py
@@ -58,6 +58,7 @@ class TopologyTemplate(object):
self.groups = self._groups()
self.policies = self._policies()
self._process_intrinsic_functions()
+ self.substitution_mappings = self._substitution_mappings()
def _inputs(self):
inputs = []