diff options
author | Ofir Sonsino <os0695@att.com> | 2017-09-17 16:14:08 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2017-09-17 16:14:30 +0300 |
commit | 42b29c4e64ac448441780e6e03ce9e19ad55c012 (patch) | |
tree | 1552f12b087b1a7381a8cc3ff2addc533b4591cf /epsdk-app-onap/src/main/resources | |
parent | 92273aa4f8dd5be778c26629dce2875942f6f038 (diff) |
VID healthcheck failure in RS ORD
Issue-ID: VID-62
Change-Id: I813f1f94630eab24a52658b7c319d90573cebd49
Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'epsdk-app-onap/src/main/resources')
-rwxr-xr-x | epsdk-app-onap/src/main/resources/portal_template.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epsdk-app-onap/src/main/resources/portal_template.properties b/epsdk-app-onap/src/main/resources/portal_template.properties index c26be554..ed694014 100755 --- a/epsdk-app-onap/src/main/resources/portal_template.properties +++ b/epsdk-app-onap/src/main/resources/portal_template.properties @@ -1,6 +1,6 @@ # Properties read by ECOMP Framework library, ecompFW.jar
-portal.api.impl.class = org.openecomp.portalsdk.core.onboarding.client.OnBoardingApiServiceImpl
+portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl
portal.api.prefix = /api
max.idle.time = 5
user.attribute.name = user_attribute
|