Comment 10 for bug 1749304

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/545490
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a732bbf19e31f6bab8d1ffd2540f6e367caab4c8
Submitter: Zuul
Branch: master

commit a732bbf19e31f6bab8d1ffd2540f6e367caab4c8
Author: Hongbin Lu <email address hidden>
Date: Fri Feb 16 23:34:54 2018 +0000

    Support filter attribute with empty string

    This will enable users to filter list of results with attributes
    with empty value. For example, the request below will list
    all unbound ports (unbound ports have blank device_id).

      GET "/ports?device_id="

    APIImpact
    Change-Id: I9001214de126eb888c2425b6a6275f59ec8478e7
    Closes-Bug: #1749304