diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2018-11-15 19:01:42 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2018-11-15 19:02:06 +0800 |
commit | cc166a941f69030a467b9e2280fb7b9f08dca945 (patch) | |
tree | a1a8ecb553a90df3c2f21163a29d3433a9e3a50b /usecaseui-portal/src/app/components/e2e-creation | |
parent | 5efb94a84946a5ea254f0fa91cd6f149373bd046 (diff) |
fix NS Instance Instantiation for VF-C
Change-Id: I66f570114e6a946ab025ccdbb65e23b65854da3e
Issue-ID: USECASEUI-160
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/e2e-creation')
-rw-r--r-- | usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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); |