Comment 2 for bug 1811873

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

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

commit 23ca23cc792011e69e89a3d08f54072500749d75
Author: Andrew Karpow <email address hidden>
Date: Tue Jan 15 18:22:53 2019 +0100

    postgresql compatibility for get_l3_agent routines

    This commit fixes a bug caused by the sqlalchemy group_by
    statement in the get_l3_agent routines when using postgresql.
    All select statements need to be replicated in the group_by statement.

    Change-Id: Ib938be79408d78e0973fed10a68934397341c180
    Closes-Bug: #1811873