aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorHesam Rahimi <hesam.rahimi@huawei.com>2022-12-16 17:41:33 -0500
committerHesam Rahimi <hesam.rahimi@huawei.com>2022-12-16 17:44:28 -0500
commit12c87ed2075ab6c13b85a3e0264cf45626aa04e5 (patch)
treef28a3e96e5fb35ec5982cd8714ec2303e92255c5 /installation
parent5fd482e9cd53dda75c38dbf3d361e6ff7d77ca03 (diff)
Performing closed-loop operation when callback dg is called by CCSDK.
Also fixing a bug in delete operation. Issue-ID: SDNC-1732 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I68a7e5d9b57957f464ced5da6321e059bc293ed6 Former-commit-id: ce68057fba73610b3cbc97d41777de59650d025c
Diffstat (limited to 'installation')
-rw-r--r--installation/src/main/properties/generic-resource-api-dg.properties3
1 files changed, 2 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 584f4c6c..054ced81 100644
--- a/installation/src/main/properties/generic-resource-api-dg.properties
+++ b/installation/src/main/properties/generic-resource-api-dg.properties
@@ -50,6 +50,7 @@ restapi.p2p-otn-domainG-creation.templatefile=p2p-otn-tunnel-domainG.json
restapi.p2p-ethernet-service.templatefile=p2p-ethernet-service.json
restapi.p2p-ethernet-service-vlan.templatefile=p2p-ethernet-service-vlan.json
restapi.p2p-ethernet-service-same-domain.templatefile=p2p-ethernet-service-same-domain.json
+restapi.p2p-ethernet-service-modify.templatefile=p2p-ethernet-service-modify.json
restapi.p2p-subscribe-notification.templatefile=p2p-subscribe-notification.json
restapi.p2p-terminate-notification.templatefile=p2p-terminate-notification.json
restapi.p2p-create-pm-data.templatefile=p2p-create-pm-data.json
@@ -102,4 +103,4 @@ restapi.ss-mS-mac-address-unassign=/api/macaddress/v1/service/unassign
restapi.preload-network=/restconf/config/GENERIC-RESOURCE-API:preload-information/preload-list/{network-name}/network/preload-data/preload-network-topology-information/
restapi.preloadinformation=/restconf/config/GENERIC-RESOURCE-API:preload-information/preload-list/
restapi.vf-module=/restconf/config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/
-restapi.vnf-assign=/restconf/config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}
+restapi.vnf-assign=/restconf/config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id} \ No newline at end of file