From a1eccf158f780c656bb397944d107f47fe6de599 Mon Sep 17 00:00:00 2001 From: "shashikanth.vh" Date: Sat, 22 Sep 2018 11:07:57 +0530 Subject: integration test issues fix for sdwan and sotn underlay DG modified to handle transportNetwork internet and mpls both Change-Id: I3659efb7c27fe861c01811158ac78d3377c0b299 Issue-ID: SDNC-357 Signed-off-by: shashikanth.vh Former-commit-id: 24949fd6722a864190c8e2b700b414962d8815dc --- installation/src/main/properties/generic-resource-api-dg.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installation') diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index ef99e9d0..f9161d7e 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -9,7 +9,7 @@ restapi.trustStoreFileName=/opt/onap/sdnc/data/stores/truststore.openecomp.clien restapi.trustStorePassword=adminadmin restapi.keyStoreFileName=/opt/onap/sdnc/data/stores/sdnc.p12 restapi.keyStorePassword=adminadmin -restapi.connection-oof-url=http://oof.api.simpledemo.onap.org:8698/v1/route +restapi.connection-oof-url=http://oof.api.simpledemo.onap.org:8698/api/oof/v1/route naming.gen-name.url=http://{naming-ms-instance-url} naming.gen-name.user={naming-ms-user} naming.gen-name.pwd={naming-ms-pwd} -- cgit 1.2.3-korg