python-openstackclient/releasenotes/notes/bug-1614385-460b5034ba372463.yaml
Rui Chen 96a8ed435c Support listing specified server's ports
Add new option "--server" for "port list" command to
list all of the ports that are attached on the specified
server.

Change-Id: I8b5550ea5068405b163711303465b704b5207410
Closes-Bug: #1614385
2016-09-14 15:11:56 +08:00

6 lines
206 B
YAML

---
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>`_]