From d272fec62dbf8c64d8fff6edc397bdebf6e5c3aa Mon Sep 17 00:00:00 2001 From: aribeiro Date: Thu, 6 Jan 2022 16:25:52 +0000 Subject: Update property to identify SOL004 packages Issue-ID: SDC-3837 Signed-off-by: aribeiro Change-Id: I2af0628cddbbddd790ff9874e2f393a2f31f7407 --- .../sdc/vendorsoftwareproduct/services/impl/etsi/ETSIServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openecomp-be/lib') diff --git a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/services/impl/etsi/ETSIServiceImpl.java b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/services/impl/etsi/ETSIServiceImpl.java index 1399ea9765..a0ab46e589 100644 --- a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/services/impl/etsi/ETSIServiceImpl.java +++ b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/services/impl/etsi/ETSIServiceImpl.java @@ -98,7 +98,7 @@ public class ETSIServiceImpl implements ETSIService { } private String getDefaultCsarFormat() { - return CommonConfigurationManager.getInstance().getConfigValue("csarFormat", "default", ONAP_CSAR); + return CommonConfigurationManager.getInstance().getConfigValue("csarFormat", "defaultFormat", ONAP_CSAR); } @Override -- cgit 1.2.3-korg