From 5a4680ac8eacfba3d38186528fea35524d0011f1 Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Tue, 10 Sep 2019 14:50:26 +0300 Subject: update MSO configuration URL Issue-ID: VID-622 Signed-off-by: Eylon Malin Change-Id: I695a8822338fd1c8253b23b88ad260a43d02be9c --- epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 2 +- epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'epsdk-app-onap/src') diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties index 02daf651a..0e969976c 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties @@ -117,7 +117,7 @@ mso.restapi.get.orc.req=/orchestrationRequests/v7 mso.restapi.get.orc.reqs=/orchestrationRequests/v7? mso.restapi.resume.orc.req=/orchestrationRequests/v7//resume mso.restapi.get.man.tasks=/tasks/v1 -mso.restapi.configurations=/serviceInstances/v7//configurations +mso.restapi.configurations=${mso.restapi.service.instance}//configurations mso.restapi.configuration.instance=${mso.restapi.configurations}/ mso.restapi.changeManagement.workflowSpecifications=/workflowSpecifications/v1/workflows?vnfModelVersionId= diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties index c4d9bf09e..272f4d061 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties @@ -117,7 +117,7 @@ mso.restapi.get.orc.req=/orchestrationRequests/v7 mso.restapi.get.orc.reqs=/orchestrationRequests/v7? mso.restapi.resume.orc.req=/orchestrationRequests/v7//resume mso.restapi.get.man.tasks=/tasks/v1 -mso.restapi.configurations=/serviceInstances/v7//configurations +mso.restapi.configurations=${mso.restapi.service.instance}//configurations mso.restapi.configuration.instance=${mso.restapi.configurations}/ mso.restapi.changeManagement.workflowSpecifications=/workflowSpecifications/v1/workflows?vnfModelVersionId= -- cgit 1.2.3-korg