fd23025227
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
10 lines
256 B
YAML
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.
|