From cc166a941f69030a467b9e2280fb7b9f08dca945 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Thu, 15 Nov 2018 19:01:42 +0800 Subject: fix NS Instance Instantiation for VF-C Change-Id: I66f570114e6a946ab025ccdbb65e23b65854da3e Issue-ID: USECASEUI-160 Signed-off-by: guochuyicmri --- .../src/app/components/e2e-creation/e2e-creation.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 d45978ae..3cbc12ae 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 @@ -190,7 +190,7 @@ export class E2eCreationComponent implements OnInit { let vnfparams = { vnfProfileId: vnf.properties.id, locationConstraints: { - vimid: vnf.value.id, + vimId: vnf.value.name + "_" + vnf.value.id, } } this.ns_service2.locationConstraints.push(vnfparams); -- cgit 1.2.3-korg