summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/components')
-rw-r--r--usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts8
1 files changed, 1 insertions, 7 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 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);