From: Marcus G K Williams Date: Sun, 5 Nov 2017 17:01:55 +0000 (-0800) Subject: Fix tunnelxconn template value X-Git-Tag: v1.2.1~35^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=sdnc%2Foam.git;a=commitdiff_plain;h=dd04fea27d9391c9e0c4f2aed3eb9b823d4735b0 Fix tunnelxconn template value Issue-Id: SDNC-164 Change-Id: I910c4254950796645aa95cca334018f418d14bbb Signed-off-by: Marcus G K Williams Former-commit-id: e6d6e096fff5a2e5d425432ce3e69460b057c16a --- diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index 153d4af5..4d677e84 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -13,7 +13,7 @@ restapi.brg.templatefile=brg-allotted-resource.json restapi.vpp.vxlan-tunnel.templatefile=vcpe-vxlan-tunnel.json restapi.vpp.bridge-domain.templatefile=vcpe-vpp-bridge-domain.json restapi.vpp.xconnect.templatefile=vcpe-l2-interface.json -restapi.tx.templatefile=tx-allotted-resource.json +restapi.tx.templatefile=tunnelxconn-allotted-resource.json restapi.parentsvc.templatefile=parent-provided-allotted-resource.json restapi.network-ar.templatefile=network-provided-allotted-resources.json restapi.vnf-ar.templatefile=vnf-provided-allotted-resources.json