Repair SDK-app property for users
Repair package prefix of user-management class named in property file
Issue: PORTAL-59
Change-Id: Iffc753fcd244ad6910fc58c8e2c1748adfa2911d
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
diff --git a/deliveries/properties_rackspace/ECOMPSDKAPP/portal.properties b/deliveries/properties_rackspace/ECOMPSDKAPP/portal.properties
index b569e4f..31809dd 100644
--- a/deliveries/properties_rackspace/ECOMPSDKAPP/portal.properties
+++ b/deliveries/properties_rackspace/ECOMPSDKAPP/portal.properties
@@ -16,7 +16,8 @@
##########################################################################
# Name of java class that implements the OnBoardingApiService interface.
-portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl
+# epsdk 1.3 uses org.onap prefix
+portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl
# CSP Global Log On for single sign on
ecomp_redirect_url = http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm