netsted template validate type error
[parser.git] / tosca2heat / tosca-parser / toscaparser / topology_template.py
index f8f8875..d51512a 100644 (file)
@@ -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 = []