diff options
author | kurczews <krzysztof.kurczewski@nokia.com> | 2018-09-26 14:19:09 +0200 |
---|---|---|
committer | kurczews <krzysztof.kurczewski@nokia.com> | 2018-09-26 14:19:32 +0200 |
commit | 2786c4e256e149ad5967f618017de54d5dc5566e (patch) | |
tree | 4be48cc6ceeb4e8df2d12ff50d010b72de25cba4 /epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | |
parent | 52cb6586c32cb99b1aab99bebfa51b01d98beba4 (diff) |
Fix SO endpoints
Change-Id: I801a06a47666638755c2efbbaa034c03bceb7fef
Issue-ID: VID-316
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
Diffstat (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 9445b7322..c79ae96ca 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 @@ -104,7 +104,7 @@ mso.user.name=${VID_MSO_USER} mso.password.x=${VID_MSO_PASS}
#E2E is v3
mso.restapi.svc.e2einstance=/onap/so/infra/e2eServiceInstances/v3
-mso.restapi.svc.instance=/onap/so/infra/serviceInstances/v6
+mso.restapi.svc.instance=/serviceInstantiation/v7/serviceInstances
mso.restapi.svc.instance.deleteAndUnassign=/serviceInstantiation/v7/serviceInstances
mso.restapi.vnf.instance=/onap/so/infra/serviceInstances/v6/<service_instance_id>/vnfs
mso.restapi.vnf.changemanagement.instance=/onap/so/infra/serviceInstances/v6/<service_instance_id>/vnfs/<vnf_instance_id>/<request_type>
|