summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-14 17:45:21 +0000
committerGerrit Code Review <review@openstack.org>2016-09-14 17:45:21 +0000
commit807ff825ef29355c802fa5d5a9458931a1011f8a (patch)
tree246e55421d49801718fb723c470db2bc0e6a86ab /releasenotes/notes
parent3b0e648041f7392c14a308ae0babc0a2e3eabbaa (diff)
parent96a8ed435c7e55633c00dbb1283477ff11cf35f9 (diff)
downloadpython-openstackclient-807ff825ef29355c802fa5d5a9458931a1011f8a.tar.gz
Merge "Support listing specified server's ports"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1614385-460b5034ba372463.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1614385-460b5034ba372463.yaml b/releasenotes/notes/bug-1614385-460b5034ba372463.yaml
new file mode 100644
index 00000000..ef416a3f
--- /dev/null
+++ b/releasenotes/notes/bug-1614385-460b5034ba372463.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Support listing the specified server's ports by new option ``--server`` of
+ ``port list`` command.
+ [Bug `1614385 <https://bugs.launchpad.net/python-openstackclient/+bug/1614385>`_]