File: network-add-qos-policy-a25e868e67142f90.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (8 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
features:
  - |
    Add QoS support for Network commands.
    The new parameter ``qos-policy`` is added to ``network create`` and
    ``network set`` commands. This parameter is the name or the ID of the
    network QoS policy to attach to this network.
    [Bug `1627069 <https://bugs.launchpad.net/python-openstackclient/+bug/1627069>`_]