Remove libraries for openstack
[integration/test.git] / csit / variables / l2gw / itm_create / post_data.json
diff --git a/csit/variables/l2gw/itm_create/post_data.json b/csit/variables/l2gw/itm_create/post_data.json
deleted file mode 100644 (file)
index 65f5472..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "transport-zone": [
-    {
-      "zone-name": "TZA",
-      "tunnel-type": "odl-interface:tunnel-type-vxlan",
-      "subnets": [
-        {
-          "vlan-id": "0",
-          "prefix": "$prefix",
-          "vteps": [
-            {
-              "ip-address": "$ip",
-              "dpn-id": $dpnid,
-              "portname": "phy0"
-            }
-          ]
-        }
-      ]
-    }
-  ]
-}