Fix nexus-iq issues
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / main / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / catalog / impl / CatalogMgmrImpl.java
index 4fa74d5..feebf5c 100644 (file)
@@ -49,7 +49,8 @@ public class CatalogMgmrImpl implements CatalogMgmrInf{
                
                String url=adaptorEnv.getCatalogApiUriFront() + String.format(CommonConstants.RetrieveVnfPackagePath, vnfPackageId);
                
-               String responseStr = httpClientProcessor.process(url, RequestMethod.GET, null, null).getContent();
+//             String responseStr = httpClientProcessor.process(url, RequestMethod.GET, null, null).getContent();
+               String responseStr = httpClientProcessor.process(url).getContent();
                
                logger.info("CatalogMgmrImpl -> queryVnfPackage, responseStr is " + responseStr);