c1a6e6048f7266e0c3edb7c64422cc23615dfed6
[integration/test.git] / csit / variables / ovsdb / update_existingqos.json
1 {
2   "ovsdb:qos-entries": [
3     {
4       "qos-id": "QOS-1",
5       "qos-other-config": [
6         {
7           "other-config-key": "max-rate",
8           "other-config-value": "3300000"
9         }
10       ],
11       "qos-type": "ovsdb:qos-type-linux-htb",
12       "queue-list": [
13         {
14           "queue-number": "0"
15         }
16       ]
17     }
18   ]
19 }