summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2018-11-18 01:28:55 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-18 01:28:55 +0000
commit3144109a75e300eb978b9bbc6d1ebedc10f0cdc1 (patch)
tree3e38ced6d5cf712fd08773531c112ce399ddbcb0 /usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts
parentfaf7f86b53e3702074846c7c09f008fb35cab896 (diff)
parentbfc088d625604160304c47ce09ef8cd2d8e29561 (diff)
Merge "Fix E2E Service Instantiation bugs"
Diffstat (limited to 'usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts')
-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 3cbc12ae..8fc9fb60 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
@@ -164,7 +164,7 @@ export class E2eCreationComponent implements OnInit {
let location = {
vnfProfileId: input.name,
locationConstraints:{
- vimId:input.value.id
+ vimId: input.value.name + "_" + input.value.id,
}
}
nsService.parameters.locationConstraints.push(location);