From e6d6e096fff5a2e5d425432ce3e69460b057c16a Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Sun, 5 Nov 2017 09:01:55 -0800 Subject: [PATCH] Fix tunnelxconn template value Issue-Id: SDNC-164 Change-Id: I910c4254950796645aa95cca334018f418d14bbb Signed-off-by: Marcus G K Williams --- installation/src/main/properties/generic-resource-api-dg.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6