python-openstackclient/releasenotes/notes/add-network-list-option-to-ports-9d101344ddeb3e64.yaml
Reedip 554607eb3d Provide support to list ports by network
The new --network option provides a list of ports
connected with the current network.

Change-Id: I6a45184887b3e65f792391cb7e91f4ad85f29e03
Partial-Bug:#1562067
Partially-Implements: blueprint network-commands-options
2016-09-19 09:25:10 +00:00

8 lines
294 B
YAML

---
features:
- |
Ports can now be listed as per the networks they are
connected to by using the ``--network`` option with
the ``port list`` CLI.
[ Blueprint `network-commands-options <https://blueprints.launchpad.net/python-openstackclient/+spec/network-commands-options>`_]