Remove variables for vpnservice
[integration/test.git] / csit / variables / vpnservice / l3vpn_create / post_data.json
diff --git a/csit/variables/vpnservice/l3vpn_create/post_data.json b/csit/variables/vpnservice/l3vpn_create/post_data.json
deleted file mode 100644 (file)
index 7511509..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-   "input":{
-      "l3vpn":[
-         {
-            "id":"$vpnid",
-            "name":"$name",
-            "route-distinguisher":
-               $rd
-            ,
-            "export-RT":
-               $exportrt
-            ,
-            "import-RT":
-               $importrt
-            ,
-            "tenant-id":"$tenantid"
-            $router
-         }
-      ]
-   }
-}