python-openstackclient/releasenotes/notes/allow-port-list-with-ip-address-substr-14c5805b241e402f.yaml
Hongbin Lu 4a9cb8eea8 Support filtering port with IP address substring
Change-Id: I9559f1c0a6db943705bd32aefb60d7ea7054dd1b
Related-Bug: #1718605
2018-06-29 20:15:28 +00:00

7 lines
249 B
YAML

---
features:
- |
Add an ``ip-substring`` key to the ``--fixed-ip`` option of the
``port list`` command. This allows filtering ports by a substring
match of an IP address.
[Bug `1718605 <https://bugs.launchpad.net/bugs/1718605>`_]