Step 2: Move test folder to root
[integration/test.git] / csit / variables / ovsdb / create_port_rtr_gateway.json
1 {
2   "port": {
3     "binding:host_id": "",
4     "allowed_address_pairs": [],
5     "device_owner": "network:router_gateway",
6     "port_security_enabled": false,
7     "binding:profile": {},
8     "fixed_ips": [
9       {
10         "subnet_id": "{subnetId}",
11         "ip_address": "192.168.111.21"
12       }
13     ],
14     "id": "{portId}",
15     "security_groups": [],
16     "device_id": "{rtrId}",
17     "name": "",
18     "admin_state_up": true,
19     "network_id": "{netId}",
20     "tenant_id": "",
21     "binding:vif_details": {},
22     "binding:vnic_type": "normal",
23     "binding:vif_type": "unbound",
24     "mac_address": "FA:16:3E:7E:A0:D8"
25   }
26 }