X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tosca2heat%2Ftosca-parser%2Ftoscaparser%2Ftopology_template.py;h=d51512ac53bedc65a09d37272d228f85a7826b62;hb=74924a61a1fefe5e4977cd8d9edf7e5bbbb9f966;hp=f8f887541fc566069c1ab4bd18e0afaf62f64f2b;hpb=c8201c119ec686e79797721156767685fe848aca;p=parser.git 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 = []