blob: 37d057614fdb8336608fd06bcbb8d49756d0fad7 [file] [log] [blame]
Daniel Park4d486842018-07-24 17:06:43 +09001{
2 "port": {
3 "id": "port-id-ext",
4 "admin_state_up": true,
5 "device_id": "router-id-1",
6 "device_owner": "compute:nova",
7 "fixed_ips": [
8 {
9 "ip_address": "172.27.0.13",
10 "subnet_id": "subnet-id-ext"
11 }
12 ],
13 "allowed_address_pairs": [],
14 "mac_address": "zz:xx:cc:vv:bb:nn",
15 "network_id": "network-id-ext",
16 "status": "ACTIVE",
17 "tenant_id": "tenant-id-1",
18 "security_groups": [
19 "security-group-1"
20 ],
21 "extra_dhcp_opts": [
22 {
23 "opt_value": "pxelinux.0",
24 "opt_name": "bootfile-name"
25 }
26 ],
27 "port_security_enabled": true,
28 "binding:host_id": "",
29 "binding:vif_type": "unbound",
30 "binding:vif_details": {},
31 "binding:vnic_type": "other",
32 "binding:profile": {}
33 }
34}