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>
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)