summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-22 19:02:35 +0000
committerGerrit Code Review <review@openstack.org>2017-06-22 19:02:35 +0000
commitfe82f4b281112634eb5a71694de5fcc9cde95ca3 (patch)
tree9c44479d8f2472bce57802485e2944178faec28c /releasenotes
parentef25135e7aefa79904f9f895412e85ebad5a8507 (diff)
parentccb743cf0fd96df93f28d526a0d39b5f87c981ef (diff)
downloadpython-openstackclient-fe82f4b281112634eb5a71694de5fcc9cde95ca3.tar.gz
Merge "Add direction field to QoS bandwidth limit."
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>`_]