Update underlay JSON template for VoLTE use case 21/18221/1
authorramu.n <ramu.n@huawei.com>
Wed, 11 Oct 2017 09:05:39 +0000 (14:35 +0530)
committerramu.n <ramu.n@huawei.com>
Wed, 11 Oct 2017 09:05:39 +0000 (14:35 +0530)
Fix closing braces in l3smvpntemplate.json file

Change-Id: I1c891d46591f184a9cc89ca3d15b3046932ab05f
Issue-Id: SDNC-108
Signed-off-by: Ramu N <ramu.n@huawei.com>
restapi-call-node/provider/src/main/resources/l3smvpntemplate.json
restapi-call-node/provider/src/test/resources/l3smvpntemplate.json

index c0d1353..67f127c 100644 (file)
@@ -22,9 +22,9 @@
 {
   "vpn-service": [
     {
-      "vpn-id": ${prop.l3vpn.name,
+      "vpn-id": ${prop.l3vpn.name},
       "customer-name": "huawei",
-      "vpn-service-topology": ${prop.l3vpn.topology,
+      "vpn-service-topology": ${prop.l3vpn.topology},
       "route-exchange-policy": "huawei-ac-net-l3vpn-svc:vpnv4-way"
     }
   ]
index c0d1353..67f127c 100644 (file)
@@ -22,9 +22,9 @@
 {
   "vpn-service": [
     {
-      "vpn-id": ${prop.l3vpn.name,
+      "vpn-id": ${prop.l3vpn.name},
       "customer-name": "huawei",
-      "vpn-service-topology": ${prop.l3vpn.topology,
+      "vpn-service-topology": ${prop.l3vpn.topology},
       "route-exchange-policy": "huawei-ac-net-l3vpn-svc:vpnv4-way"
     }
   ]