From 000ea52b78b072435f01d67dd799023117e67a2e Mon Sep 17 00:00:00 2001 From: shangxdy Date: Tue, 26 Sep 2017 20:40:39 +0800 Subject: Sync code from nfv-toscaprser Currently nfv-toscaparser has published the regular version of 0.5.1 the patch will synchronize the code. JIRA: MODELING-23 Change-Id: If95579fc366b69b2b14b2e441ff9a3e6807e3820 Signed-off-by: shangxdy --- nfvparser/toscaparser/entity_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nfvparser/toscaparser/entity_template.py') diff --git a/nfvparser/toscaparser/entity_template.py b/nfvparser/toscaparser/entity_template.py index cc3d620..d454ac0 100644 --- a/nfvparser/toscaparser/entity_template.py +++ b/nfvparser/toscaparser/entity_template.py @@ -164,7 +164,7 @@ class EntityTemplate(object): if 'properties' in props and props['properties']: properties.update(props['properties']) - cap = Capability(name, properties, c) + cap = Capability(name, properties, c, self.custom_def) capability.append(cap) return capability -- cgit 1.2.3-korg