Files
neutron-lib/api-ref/source/v2/samples/ports/port-bind-update-request.json
triveni 4c2e5ce0d0 [Docs] Note about port's binding_profile update
The fix is to document that, if binding profile of a port is updated to
null using put command then it is treated as {} in response.

Closes-Bug: #1836263

Change-Id: I5fe45af8a8075e52d3a196b24fc926343018d8fd
2020-06-11 12:02:11 +00:00

11 lines
315 B
JSON

{
"port": {
"binding:host_id": "test_for_port_update_host",
"binding:profile": null,
"device_id": "d90a13da-be41-461f-9f99-1dbcf438fdf2",
"data_plane_status": "DOWN",
"device_owner": "compute:nova",
"qos_policy_id": "29d5e02e-d5ab-4929-bee4-4a9fc12e22ae"
}
}