diff options
author | abatos <adrian.batos-parac@amdocs.com> | 2017-11-10 20:25:00 -0500 |
---|---|---|
committer | abatos <adrian.batos-parac@amdocs.com> | 2017-11-10 20:25:00 -0500 |
commit | ab3197c0e77407ac2bbdbe941a289de175e9ed99 (patch) | |
tree | f55a49130e22973bafcc41862cdc51256cc45209 /sparky/appconfig | |
parent | c625a78c9ebea50218fa168ace813533f276a02a (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>
Diffstat (limited to 'sparky/appconfig')
-rw-r--r-- | sparky/appconfig/portal/portal.properties | 2 |
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
|