From 6a2a929c3229fd2eb134115e4e310c79df680917 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Thu, 2 Nov 2017 10:14:02 +0800 Subject: Fix vfc-lcm ns parameter to aai Change-Id: I841a7e4c0724cb927daa83656e8fc82ba53d1915 Issue-ID: VFC-558 Signed-off-by: ying.yunlong --- lcm/ns/ns_create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcm/ns/ns_create.py b/lcm/ns/ns_create.py index e18a9269..216d6386 100644 --- a/lcm/ns/ns_create.py +++ b/lcm/ns/ns_create.py @@ -108,7 +108,7 @@ class CreateNSService(object): "service-type": SERVICE_TYPE, "service-role": SERVICE_ROLE } - resp_data, resp_status = create_ns_aai(self.global_customer_id, SERVICE_TYPE, self.ns_inst_id, data) + resp_data, resp_status = create_ns_aai(self.global_customer_id, self.service_type, self.ns_inst_id, data) if resp_data: logger.debug("Fail to create ns[%s] to aai: [%s].", self.ns_inst_id, resp_status) else: -- cgit 1.2.3-korg