Step 2: Move test folder to root
[integration/test.git] / csit / variables / ovsdb / update_port_dhcp.json
diff --git a/csit/variables/ovsdb/update_port_dhcp.json b/csit/variables/ovsdb/update_port_dhcp.json
new file mode 100644 (file)
index 0000000..c02e012
--- /dev/null
@@ -0,0 +1,19 @@
+{
+"port": {
+    "binding:host_id": "{BIND_HOST_ID}",
+    "allowed_address_pairs": [],
+    "extra_dhcp_opts": [],
+    "device_owner": "network:dhcp",
+    "binding:profile": {},
+    "port_security_enabled": false,
+    "security_groups": [],
+    "device_id": "{dhcpDeviceId}",
+    "name": "",
+    "admin_state_up": true,
+    "binding:vif_details": {
+      "port_filter": true
+    },
+    "binding:vnic_type": "normal",
+    "binding:vif_type": "ovs"
+  }
+}
\ No newline at end of file