tempest/releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml
Lajos Katona e8a5e5c824 Add QoS policies and minimum bandwidth rule client
The goal of the QoS policies and QoS minimum bandwidth rules client for
tempest is to make possible the end-to-end testing of the placement
based bandwidth feature.

Change-Id: I417574e3ef24e658b6cd2ce290f897180fed5300
Partial-Bug: #1578989
See-Also: https://review.openstack.org/502306 (nova spec)
See-Also: https://review.openstack.org/508149 (neutron spec)
2019-06-04 16:16:44 +02:00

26 lines
823 B
YAML

---
features:
- |
Add ``qos-policies`` and ``qos-minimum-bandwidth-rule`` clients
to Tempest to make possible the testing of the placement based
bandwidth allocation feature.
The following API calls are available for tempest from now:
``QoS policies`` client:
* GET /qos/policies
* POST /qos/policies
* GET /qos/policies/{policy_id}
* PUT /qos/policies/{policy_id}
* DELETE /qos/policies/{policy_id}
``QoS minimum bandwidth rules`` client:
* GET qos/policies/{policy_id}/minimum_bandwidth_rules
* POST /qos/policies/{policy_id}/minimum_bandwidth_rules
* GET qos/policies/{policy_id}/minimum_bandwidth_rules/{rule_id}
* PUT qos/policies/{policy_id}/minimum_bandwidth_rules/{rule_id}
* DELETE /qos/policies/{policy_id}/minimum_bandwidth_rules/{rule_id}