diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-11-05 09:01:55 -0800 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2017-11-05 09:03:47 -0800 |
commit | dd04fea27d9391c9e0c4f2aed3eb9b823d4735b0 (patch) | |
tree | 46c1a8222ee92a4bf6511e6885a56561731097c2 /installation/src/main/properties | |
parent | 5d1d23812be71884b6d6c8d418d7ef326fdd87ab (diff) |
Fix tunnelxconn template value
Issue-Id: SDNC-164
Change-Id: I910c4254950796645aa95cca334018f418d14bbb
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Former-commit-id: e6d6e096fff5a2e5d425432ce3e69460b057c16a
Diffstat (limited to 'installation/src/main/properties')
-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 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 |