aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
diff options
context:
space:
mode:
authorWojciech Sliwka <wojciech.sliwka@nokia.com>2019-05-23 09:33:48 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-23 09:33:48 +0000
commit065ca8e7d4851dc30683aed9dfc7771cb9e14d6e (patch)
tree8c2a34d897a7025a3c34c8542e986a043a6a54f6 /vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
parentbf6341397284b03c6a2fa9c71adc02c90a0887a3 (diff)
parent7d55439ad0a5665fe5e6b7c6db3111c34f50c680 (diff)
Merge "Revert "Differentiate cloudRegions with same name and different owner"" into dublin
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js')
-rwxr-xr-xvid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js b/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
index 4ffccb49b..030faf524 100755
--- a/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
@@ -448,9 +448,6 @@ var AaiService = function ($http, $log, PropertyService, UtilityService, COMPONE
lcpCloudRegionTenants.push({
"cloudRegionId": aaiLcpCloudRegionTenants[i][COMPONENT.CLOUD_REGION_ID],
"cloudOwner": aaiLcpCloudRegionTenants[i][COMPONENT.CLOUD_OWNER],
- "cloudId":
- aaiLcpCloudRegionTenants[i][COMPONENT.CLOUD_REGION_ID] +
- '+' + aaiLcpCloudRegionTenants[i][COMPONENT.CLOUD_OWNER],
"tenantName": aaiLcpCloudRegionTenants[i][COMPONENT.TENANT_NAME],
"tenantId": aaiLcpCloudRegionTenants[i][COMPONENT.TENANT_ID],
"isPermitted": aaiLcpCloudRegionTenants[i][COMPONENT.IS_PERMITTED]});