diff options
author | 2018-11-18 01:28:55 +0000 | |
---|---|---|
committer | 2018-11-18 01:28:55 +0000 | |
commit | 3144109a75e300eb978b9bbc6d1ebedc10f0cdc1 (patch) | |
tree | 3e38ced6d5cf712fd08773531c112ce399ddbcb0 /usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts | |
parent | faf7f86b53e3702074846c7c09f008fb35cab896 (diff) | |
parent | bfc088d625604160304c47ce09ef8cd2d8e29561 (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.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 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); |