Comment 3 for bug 1827363

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

Reviewed: https://review.opendev.org/658777
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=94bc403078b1e5d2cddc697fc59b7f1d2d8a6045
Submitter: Zuul
Branch: master

commit 94bc403078b1e5d2cddc697fc59b7f1d2d8a6045
Author: Gabriele Cerami <email address hidden>
Date: Mon May 13 10:38:50 2019 +0100

    ML2 plugin: extract and postpone limit in port query

    as with https://review.opendev.org/#/c/656066/ if limit is applied in
    any place other than at the end of the filters, sql alchemy will return
    an error, and possibily we could return less result than intended.

    Change-Id: I9a54ae99d2d5dfda63cb0061bcf3d727ed7cc992
    Closes-Bug: #1827363