neutron/releasenotes/notes/bug-1843428-mac-addres-case-insensitivity-750299c11b49a9a8.yaml
mmidolesov ffe5943e65 Make port list by mac case insesitive
This fix removes the case sensitivity when performing
port list by mac address criteria.

Closes-Bug: #1843428
Change-Id: I7ab6934ea333467d2efc5da0471b1af82ebb44b8
2019-09-24 21:16:53 +00:00

9 lines
376 B
YAML

---
fixes:
- |
When listing ports using the
``openstack port list --mac-address A:B:C:D:E:F`` command we
might not return any result when trying to list ports by MAC
address if the cases differ. This fix makes the search based
on MAC address case insensitive. For more information see
`bug 1843428 <https://bugs.launchpad.net/neutron/+bug/1843428>`_.