aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-11-05 12:36:41 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-05 12:36:41 +0000
commitc93e2679d176bb444a643df1c98460e553def1e1 (patch)
tree4d0658ba56759704df0f4fdddf06182f099a04b6 /platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json
parent0ead46e4dc3bf3fbf0cdf8a76cbf0c5d6e0b191b (diff)
parentb6c2f52b1244bddac8ab2d831643d6f44712254e (diff)
Merge "Fix vcp template errors, remove extra quotes"
Former-commit-id: 953f7d5dde47206a1519bcdd28137fccd8cd579b
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json b/platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json
index 3a90103c..fde75fe7 100644
--- a/platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json
+++ b/platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json
@@ -3,13 +3,13 @@
{
"enabled": "true",
"link-up-down-trap-enable": "enabled",
- "name": "${tmp.tunnel-name}",
+ "name": ${tmp.tunnel-name},
"type": "v3po:vxlan-tunnel",
"vxlan": {
- "dst": "${tmp.tunnel-dest-ip}",
+ "dst": ${tmp.tunnel-dest-ip},
"encap-vrf-id": "0",
- "src": "${tmp.tunnel-src-ip}",
- "vni": "${tmp.tunnel-vni}"
+ "src": ${tmp.tunnel-src-ip},
+ "vni": ${tmp.tunnel-vni}
}
}
]