diff options
author | Hesam Rahimi <hesam.rahimi@huawei.com> | 2021-09-21 23:21:08 -0400 |
---|---|---|
committer | Hesam Rahimi <hesam.rahimi@huawei.com> | 2021-09-21 23:23:47 -0400 |
commit | dfd2ca0b01409de98d89b36abdc82bd08cf474ca (patch) | |
tree | ac10c15874270f986865fa42ccd1f29126ae79e3 /installation | |
parent | b1ca6cef4cb2fa4bee61abda7e328b45c520c497 (diff) |
Buf fixing for creation, deletion, and modification of a cloud leased-line (CLL) service.
Issue-ID: SDNC-1594
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I4da3a04db97a3e6358cd24cdff540e2e97c208cc
Former-commit-id: 0fab18d499c857b08812b099d9e0d88a93102247
Diffstat (limited to 'installation')
-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 d87f9e3f..cec46c8f 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -44,7 +44,7 @@ restapi.ts-otn-dst-domain-creation.templatefile=ts-otn-tunnel-dst-domain.json restapi.ts-otn-domainG-creation.templatefile=ts-otn-tunnel-domainG.json restapi.ts-ethernet-service.templatefile=ts-ethernet-service.json restapi.ts-coloring-uni-port.templatefile=ts-coloring-uni-port.json -restapi.cll-ethernet-service-loop.templatefile=cll-ethernet-service-loop +restapi.cll-ethernet-service-loop.templatefile=cll-ethernet-service-loop.json restapi.cll-otn-src-domain-creation.templatefile=cll-otn-tunnel-src-domain.json restapi.cll-otn-dst-domain-creation.templatefile=cll-otn-tunnel-dst-domain.json restapi.cll-otn-domainG-creation.templatefile=cll-otn-tunnel-domainG.json |