python-openstackclient/releasenotes/notes/router-gateway-IP-QoS-c8ba95e180bca05f.yaml
LIU Yulong fd23025227 Supports router gateway IP QoS
Adds --qos-policy and --no-qos-policy to `openstack router set`:
    --qos-policy <qos-policy> Attach QoS policy to router gateway IPs
    --no-qos-policy Remove QoS policy from router gateway IPs

Adds --qos-policy to `openstack router unset`:
  --qos-policy Remove QoS policy from router gateway IPs

Partially-Implements blueprint: router-gateway-ip-qos
Closes-Bug: #1757044
Change-Id: Ifec3b2cf9bdb59513c8bcd7bd60305506a071192
2018-12-10 17:20:38 +00:00

10 lines
256 B
YAML

---
features:
- |
Add support for attaching and removing qos policy to router gateway IPs.
Add ``--qos-policy`` and ``--no-qos-policy`` options to the
``router set`` command.
Add ``--qos-policy`` option to the ``router unset`` command.