aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreyalholz <eyalh@amdocs.com>2017-11-30 20:41:38 +0200
committerSeshu Kumar M <seshu.kumar.m@huawei.com>2018-01-04 10:19:27 +0000
commit7431826f668f5b7d95b09d29855ffcef6e974175 (patch)
treecd31a5fd9bcfb6d4403a649e01e40b3c7887ecd9
parente4138949b0c7e4d5e6146f463fb47471ebfb6162 (diff)
Fix issue SO failed to create VNFv1.1.21.0.1-ONAP1.0.1-Amsterdam
Failed with error message: Internal Error Occurred in CreateVnfInfra QueryCatalogDB Process Issue-ID: SO-352 Change-Id: I7b370102f865a1eb3a07c49d5f4cfcda03391728 Signed-off-by: eyalholz <eyalh@amdocs.com>
-rw-r--r--bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVnfInfra.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVnfInfra.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVnfInfra.groovy
index 1c98b87027..8eea643db6 100644
--- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVnfInfra.groovy
+++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVnfInfra.groovy
@@ -456,7 +456,7 @@ class CreateVnfInfra extends AbstractServiceTaskProcessor {
JSONArray vnfs = cutils.getAllVnfsByVnfModelCustomizationUuid(execution,
vnfModelCustomizationUuid, "v2")
utils.log("DEBUG", "obtained VNF list: " + vnfs, isDebugEnabled)
- execution.setVariable("CREVI_vnfs", vnfs)
+ execution.setVariable("CREVI_vnfs", vnfs.toString())
if (vnfs == null) {
utils.log("ERROR", "No matching VNFs in Catalog DB for vnfModelCustomizationUuid=" + vnfModelCustomizationUuid, isDebugEnabled)