Files
neutron-lib/api-ref/source/v2/samples/local_ips/local_ip_association-create-response.json
Oleg Bondarev 07e3de1d4c Add Local IP API def
Partial-Bug: #1930200
Related-Change:
https://review.opendev.org/c/openstack/neutron-specs/+/797798 (spec)

Change-Id: Ia259cd60f048f6c070a1d3a3dbb54b892d67ec30
2021-08-26 14:35:07 +00:00

9 lines
249 B
JSON

{
"port_association": {
"local_ip_id": "8c5d88dc-60ac-4b02-a65a-36b65888ddcd",
"local_ip_address": "172.24.4.228",
"fixed_port_id": "96227c78-6a0c-4d9d-b441-c4b8f6fb6c4a",
"fixed_ip": "10.0.0.5",
"host": "host1"
}
}