From 3f8fdca4a21906d77ab61d75ab162edf6e1448c4 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Wed, 14 Nov 2018 19:23:18 +0800 Subject: fix ns instance instantiation bug Change-Id: I6cecb862aaaad7f6f1f3c7208b682942dd8df8c3 Issue-ID: USECASEUI-160 Signed-off-by: guochuyicmri --- .../src/app/components/e2e-creation/e2e-creation.component.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'usecaseui-portal/src/app/components') diff --git a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts index 213df2b8..d45978ae 100644 --- a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts +++ b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts @@ -188,15 +188,9 @@ export class E2eCreationComponent implements OnInit { }) this.nsTemplateParameters.vnfs.forEach((vnf)=>{ let vnfparams = { - vnfProfileId: vnf.vnf_id, + vnfProfileId: vnf.properties.id, locationConstraints: { vimid: vnf.value.id, - accessinfo: { - tenant: "" - }, - accessInfo: { - tenant: "" - } } } this.ns_service2.locationConstraints.push(vnfparams); -- cgit 1.2.3-korg