From ab3197c0e77407ac2bbdbe941a289de175e9ed99 Mon Sep 17 00:00:00 2001 From: abatos Date: Fri, 10 Nov 2017 20:25:00 -0500 Subject: [PATCH] Fix portal properties file The portal properties file has an incorrect path reference of openecomp rather than onap. This change addresses this issue. Change-Id: I102bb688197612ded539dd1a2e67f7cb2c9bde66 Issue-Id: AAI-461 Signed-off-by: Adrian Batos --- sparky/appconfig/portal/portal.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparky/appconfig/portal/portal.properties b/sparky/appconfig/portal/portal.properties index 0b576a9..4efa0aa 100644 --- a/sparky/appconfig/portal/portal.properties +++ b/sparky/appconfig/portal/portal.properties @@ -3,7 +3,7 @@ ###################################################################################### # Java class that implements the ECOMP role and user mgt API -portal.api.impl.class = org.openecomp.sparky.security.portal.PortalRestAPIServiceImpl +portal.api.impl.class = org.onap.aai.sparky.security.portal.PortalRestAPIServiceImpl # Instance of ECOMP Portal where the app has been on-boarded # use insecure http for dev purposes to avoid self-signed certificate -- 2.16.6