diff options
author | Dan Timoney <dtimoney@att.com> | 2019-10-10 21:38:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-10 21:38:17 +0000 |
commit | 91158de1a4e223df7f0e30b54eac927c86f51450 (patch) | |
tree | 9871b62c167958736f8d5af29a1c26986106fc61 /installation | |
parent | 7cadc79d5e21b0bd1fdb275d1c6f32fed2fd1757 (diff) | |
parent | 3a2a55774c058e4acf88dfa1ac2fc2473154236d (diff) |
Merge "Add logic to use sync vs async SO response" into elalto
Former-commit-id: 8cd67b5568664fabec6f2225fc71e7480af53c8a
Diffstat (limited to 'installation')
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index b303d992..589e740f 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -47,6 +47,9 @@ restapi.ss.mS.mac.address.unassign.templatefile=self-serve-mS-mac-address-unassi # Default cloud owner cloud-region.cloud-owner=CloudOwner +# Ignored SO response URL +so.ignore-url=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify + # URLs restapi.cr-allottedresource=/restconf/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/ restapi.sz-allottedresource=/restconf/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/ |