Add inputs json for inst vnf
[vfc/nfvo/driver/vnfm/svnfm.git] / zte / vmanager / driver / interfaces / data / inputs.json
diff --git a/zte/vmanager/driver/interfaces/data/inputs.json b/zte/vmanager/driver/interfaces/data/inputs.json
new file mode 100644 (file)
index 0000000..640626c
--- /dev/null
@@ -0,0 +1,16 @@
+{
+    "inputs": [
+        {
+            "default": "",
+            "key_name": "Key1",
+            "type": "string",
+            "value": "Value1"
+        },
+        {
+            "default": "",
+            "key_name": "Key2",
+            "type": "string",
+            "value": "Value2"
+        }
+    ]
+}