blob: e70259fc93f4d392651bca4c2329d31accefb346 [file] [log] [blame]
Daniel Park4d486842018-07-24 17:06:43 +09001{
2 "port": {
3 "id": "port-id-1",
4 "admin_state_up": true,
5 "device_id": "device-id-1",
6 "device_owner": "compute:nova",
7 "fixed_ips": [
8 {
9 "ip_address": "10.0.0.3",
10 "subnet_id": "subnet-id-1"
11 }
12 ],
13 "allowed_address_pairs": [
14 {
15 "ip_address": "12.12.11.12",
16 "mac_address": "fa:14:2a:b3:cb:f0"
17 }
18 ],
19 "mac_address": "11:22:33:44:55:66",
20 "network_id": "network-id-1",
21 "status": "ACTIVE",
22 "tenant_id": "tenant-id-1",
23 "security_groups": [
24 "security-group-1"
25 ],
26 "extra_dhcp_opts": [
27 {
28 "opt_value": "pxelinux.0",
29 "opt_name": "bootfile-name"
30 }
31 ],
32 "port_security_enabled": true,
33 "binding:host_id": "4df8d9ff-6f6f-438f-90a1-ef660d4586ad",
34 "binding:vif_type": "unbound",
35 "binding:vif_details": {},
36 "binding:vnic_type": "other",
37 "binding:profile": {}
38 }
39}