diff options
author | Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> | 2020-06-30 16:22:34 +0000 |
---|---|---|
committer | Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> | 2020-07-02 06:06:28 +0000 |
commit | d11a3e9608178a9b2ccc8249a3263c571783f69d (patch) | |
tree | f1725c0a3c42f3dbc1684af9c7b62cc5f51cc2f4 /installation/src/main | |
parent | 279a547642166a05a8f1ca246a785ba978096558 (diff) |
DG changes for the closed loop and async
support in MDONS
Change-Id: Ibb16b84cd37d8d41dd0f511fea81ec329a0f8021
Issue-ID: SDNC-1233
Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
Former-commit-id: 225e1b887423a6a5972cf90216156eebc727a41d
Diffstat (limited to 'installation/src/main')
-rw-r--r-- | installation/src/main/properties/optical-service-dg.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installation/src/main/properties/optical-service-dg.properties b/installation/src/main/properties/optical-service-dg.properties index c659aa26..07a3ec66 100644 --- a/installation/src/main/properties/optical-service-dg.properties +++ b/installation/src/main/properties/optical-service-dg.properties @@ -17,3 +17,5 @@ so.password=password1$ tapi.cep.details.url=/cxf/tapi/v2/connectivities/service-interface-points?topology-id-or-name=otn&sip-id-or-name= tapi.delete.service.url=/cxf/tapi/v2/connectivities/tapi-services?topology-id-or-name=otn&service-id-or-name= tapi.get.services.url=/cxf/tapi/v2/connectivities/tapi-services?topology-id-or-name=otn&service-id-or-name= +oof.mdons.url=https://oof-osdf.onap:8698/api/oof/mdons/route/v1 + |