python-openstackclient/releasenotes/notes/network-add-qos-policy-a25e868e67142f90.yaml
Rodolfo Alonso Hernandez 4132392c2f Add QoS support to Network object.
Added "qos_policy" parameter to Network class.

Change-Id: Idc00f2792eef5b1f0910084d95cf9a8e83fe818c
Closes-Bug: 1627069
2016-11-28 09:35:00 +00:00

9 lines
344 B
YAML

---
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>`_]