Files
neutron-lib/api-ref/source/v2/samples/ports/port-update-request.json
csatari 2d99856e24 Adding qos policy to the different port and network operations
The qos policy parameter was missing from the request and the
response of the different port and network operations.
This change adds them.

Closes-Bug: 1735093
Change-Id: I8c665a9eec4f627b97af4d937f49afdd7bd60fc7
Signed-off-by: csatari <gergely.csatari@nokia.com>
2018-05-02 22:27:48 +02:00

10 lines
261 B
JSON

{
"port": {
"admin_state_up": true,
"device_id": "d90a13da-be41-461f-9f99-1dbcf438fdf2",
"device_owner": "compute:nova",
"name": "test-for-port-update",
"qos_policy_id": "29d5e02e-d5ab-4929-bee4-4a9fc12e22ae"
}
}