Fix portal properties file 07/23207/1
authorabatos <adrian.batos-parac@amdocs.com>
Sat, 11 Nov 2017 01:25:00 +0000 (20:25 -0500)
committerabatos <adrian.batos-parac@amdocs.com>
Sat, 11 Nov 2017 01:25:00 +0000 (20:25 -0500)
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 <adrian.batos-parac@amdocs.com>
sparky/appconfig/portal/portal.properties

index 0b576a9..4efa0aa 100644 (file)
@@ -3,7 +3,7 @@
 ######################################################################################\r
 \r
 # Java class that implements the ECOMP role and user mgt API\r
-portal.api.impl.class = org.openecomp.sparky.security.portal.PortalRestAPIServiceImpl\r
+portal.api.impl.class = org.onap.aai.sparky.security.portal.PortalRestAPIServiceImpl\r
 \r
 # Instance of ECOMP Portal where the app has been on-boarded\r
 # use insecure http for dev purposes to avoid self-signed certificate\r