diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-22 20:57:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-22 20:57:39 +0000 |
commit | 32cd336379716eb9ca73b0ca67fb9fe1168149f4 (patch) | |
tree | 8747b5fca8c6f86e5858f410445871e6ca1722e1 /installation/src | |
parent | 38d8f5f82c952db34e139488dd7619f620ecc742 (diff) | |
parent | 13267a899ccd06491f79f653caf1483957563149 (diff) |
Merge "Supporting 3 or more network domains for Transport Slicing use case. Issue-ID: SDNC-1487"
Former-commit-id: 4d1ae7db95e95347bb0f2ceee64cecc3c080cad7
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 2 |
1 files changed, 2 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 d633f926..980a2819 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -38,8 +38,10 @@ restapi.oof-getpath.templatefile=oof-getpath.json restapi.transport-slice-creation.templatefile=ts-allocate-tn-slice.json restapi.transport-sliceA-list-creation.templatefile=ts-allocate-tn-sliceA-list.json restapi.transport-sliceB-list-creation.templatefile=ts-allocate-tn-sliceB-list.json +restapi.transport-sliceG-list-creation.templatefile=ts-allocate-tn-sliceG-list.json restapi.ts-otn-src-domain-creation.templatefile=ts-otn-tunnel-src-domain.json 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.naming.gen-name.templatefile=naming-ms-post-gen-name.json |