File: qos-rules-alias-ext-fix-3f3f7dd21837cfec.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
---
fixes:
  - |
    The ``qos-rules-alias`` API extension wrongly attempted to re-define
    ``bandwidth_limit_rules``, ``dscp_marking_rules`` and
    ``minimum_bandwidth_rules`` as first level API resources, leading to
    conflicts in the QoS API. We now define ``alias_bandwidth_limit_rules``,
    ``alias_dscp_marking_rules`` and ``alias_minimum_bandwidth_rules`` that
    will enable users to perform ``GET``, ``PUT`` and ``DELETE`` operations
    on the corresponding QoS rules without having to specify the associated
    policy ID.