Step 1: Move vm scripts to the right place
[integration/test.git] / test / csit / variables / ovsdb / update_port_dhcp.json
1 {
2 "port": {
3     "binding:host_id": "{BIND_HOST_ID}",
4     "allowed_address_pairs": [],
5     "extra_dhcp_opts": [],
6     "device_owner": "network:dhcp",
7     "binding:profile": {},
8     "port_security_enabled": false,
9     "security_groups": [],
10     "device_id": "{dhcpDeviceId}",
11     "name": "",
12     "admin_state_up": true,
13     "binding:vif_details": {
14       "port_filter": true
15     },
16     "binding:vnic_type": "normal",
17     "binding:vif_type": "ovs"
18   }
19 }