summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-10 18:09:14 +0000
committerGerrit Code Review <review@openstack.org>2016-11-10 18:09:14 +0000
commit81c0129365d175eadafdcea9cd52d9d0b76d07b3 (patch)
tree9409ba223f43c07a2d43fb25179d7429b7fe1739 /releasenotes
parent496dbfc52eb7af323885ba4a94577f4760a3b896 (diff)
parenta1e305641430af48b72c941f87c7ffcc182b3f9a (diff)
downloadpython-openstackclient-81c0129365d175eadafdcea9cd52d9d0b76d07b3.tar.gz
Merge "Add option to allow filtering by mac-address on port list"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1634333-a2b04d33ca39440e.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1634333-a2b04d33ca39440e.yaml b/releasenotes/notes/bug-1634333-a2b04d33ca39440e.yaml
new file mode 100644
index 00000000..4ecee30a
--- /dev/null
+++ b/releasenotes/notes/bug-1634333-a2b04d33ca39440e.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Add support to allow filtering ports via ``--mac-address``
+ option to the ``port list`` command.
+ [Bug `1634333 <https://bugs.launchpad.net/bugs/1634333>`_]