summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHongbin Lu <hongbin034@gmail.com>2018-01-09 21:24:08 +0000
committerHongbin Lu <hongbin.lu@huawei.com>2018-06-29 20:15:28 +0000
commit4a9cb8eea8e47950cb30ecaa7572a23d80d5bfcd (patch)
tree3e4798ac2949e1237534331cd6e6bb797f14c383 /releasenotes
parente4b8c31cd399f469b3378069187614763c24451d (diff)
downloadpython-openstackclient-4a9cb8eea8e47950cb30ecaa7572a23d80d5bfcd.tar.gz
Support filtering port with IP address substring
Change-Id: I9559f1c0a6db943705bd32aefb60d7ea7054dd1b Related-Bug: #1718605
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/allow-port-list-with-ip-address-substr-14c5805b241e402f.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/allow-port-list-with-ip-address-substr-14c5805b241e402f.yaml b/releasenotes/notes/allow-port-list-with-ip-address-substr-14c5805b241e402f.yaml
new file mode 100644
index 00000000..bbb0af6b
--- /dev/null
+++ b/releasenotes/notes/allow-port-list-with-ip-address-substr-14c5805b241e402f.yaml
@@ -0,0 +1,7 @@
+---
+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>`_] \ No newline at end of file