summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2017-04-19 10:07:40 +0000
committerDean Troyer <dtroyer@gmail.com>2017-06-22 15:59:37 +0000
commitccb743cf0fd96df93f28d526a0d39b5f87c981ef (patch)
treec89df1d01bdabf72cd02815c55f1b44e94fefae9 /releasenotes
parenteb793dc8c6a8bd30e612f19f30808528b10eb344 (diff)
downloadpython-openstackclient-ccb743cf0fd96df93f28d526a0d39b5f87c981ef.tar.gz
Add direction field to QoS bandwidth limit.
This patch enables the direction ('ingress'/'egress') field on the QoS bandwidth limit rule object and CRUD commands. Closes-Bug: #1614121 Depends-On: Ia13568879c2b6f80fb190ccafe7e19ca05b0c6a8 Depends-On: I90c412a5c8757b3ffe8abfc1165a70bdb8744702 Change-Id: Ic6981474f22efbf294ac11c2e0304b04494a1bbe
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-direction-to-network-qos-bw-limit-rule-a3c5b6892074d5ae.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/add-direction-to-network-qos-bw-limit-rule-a3c5b6892074d5ae.yaml b/releasenotes/notes/add-direction-to-network-qos-bw-limit-rule-a3c5b6892074d5ae.yaml
new file mode 100644
index 00000000..43a8e56d
--- /dev/null
+++ b/releasenotes/notes/add-direction-to-network-qos-bw-limit-rule-a3c5b6892074d5ae.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Added directionality to Network QoS rule type ``bandwidth-limit`` in
+ ``network qos rule create`` and ``network qos rule set`` commands.
+ This makes the options ``--egress`` and ``--ingress`` valid for the ``bandwidth-limit``
+ rule type.
+ [Bug `1614121 <https://bugs.launchpad.net/python-openstackclient/+bug/1614121>`_]