From: abatos Date: Sat, 11 Nov 2017 01:25:00 +0000 (-0500) Subject: Fix portal properties file X-Git-Tag: 1.0.0-Amsterdam~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Ftest-config.git;a=commitdiff_plain;h=ab3197c0e77407ac2bbdbe941a289de175e9ed99 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 --- 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