diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-09-22 11:07:57 +0530 |
---|---|---|
committer | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-09-22 11:08:04 +0530 |
commit | a1eccf158f780c656bb397944d107f47fe6de599 (patch) | |
tree | 32644b928d4c9d0ab9d67f369cc5e7f977a43d4e /installation/src | |
parent | 92e0073f0c5d96e1af5eba4ab3c898f456929d78 (diff) |
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 <shashikanth.vh@huawei.com>
Former-commit-id: 24949fd6722a864190c8e2b700b414962d8815dc
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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} |