summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2018-11-15 11:13:45 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-15 11:13:45 +0000
commit1938ed259661d225295976820c909378d3bf7d55 (patch)
tree82ec94438b69c533c4d7476bdc112473a2e6019a /usecaseui-portal/src/app/components
parentc97dae4c8b564c996d38e9f50845856865b68733 (diff)
parentcc166a941f69030a467b9e2280fb7b9f08dca945 (diff)
Merge "fix NS Instance Instantiation for VF-C"
Diffstat (limited to 'usecaseui-portal/src/app/components')
-rw-r--r--usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts2
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);