Dynamic Cloud Owner Support
[so.git] / bpmn / so-bpmn-infrastructure-common / src / main / groovy / org / onap / so / bpmn / vcpe / scripts / DeleteVcpeResCustService.groovy
index 85993d6..8a3dcba 100644 (file)
@@ -146,6 +146,9 @@ public class DeleteVcpeResCustService extends AbstractServiceTaskProcessor {
                        String lcpCloudRegionId = jsonUtil.getJsonValue(cloudConfiguration, "lcpCloudRegionId")
                        execution.setVariable("lcpCloudRegionId", lcpCloudRegionId)
                        msoLogger.debug("lcpCloudRegionId: "+ lcpCloudRegionId)
+                       String cloudOwner = jsonUtil.getJsonValue(cloudConfiguration, "cloudOwner")
+                       execution.setVariable("cloudOwner", cloudOwner)
+                       msoLogger.debug("cloudOwner: "+ cloudOwner)
                        String tenantId = jsonUtil.getJsonValue(cloudConfiguration, "tenantId")
                        execution.setVariable("tenantId", tenantId)
                        msoLogger.debug("tenantId: "+ tenantId)