summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabatos <adrian.batos-parac@amdocs.com>2017-11-10 20:25:00 -0500
committerabatos <adrian.batos-parac@amdocs.com>2017-11-10 20:25:00 -0500
commitab3197c0e77407ac2bbdbe941a289de175e9ed99 (patch)
treef55a49130e22973bafcc41862cdc51256cc45209
parentc625a78c9ebea50218fa168ace813533f276a02a (diff)
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 <adrian.batos-parac@amdocs.com>
-rw-r--r--sparky/appconfig/portal/portal.properties2
1 files changed, 1 insertions, 1 deletions
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