Comment 7 for bug 1818318

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

Reviewed: https://review.opendev.org/699062
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=79cd582084c4b23626a83a2e9059cb5c6e6a29ee
Submitter: Zuul
Branch: master

commit 79cd582084c4b23626a83a2e9059cb5c6e6a29ee
Author: Jens Harbott <email address hidden>
Date: Sat Dec 14 10:25:26 2019 +0100

    Pass on missing implementation while filtering

    The in_() filter isn't implemented yet for relations. Since these are
    being used in multiple locations in order to add new attributes to
    objects, we ignore the resulting error and allow the filtering to be
    applied by the corresponding result_filter hook afterwards.

    Change-Id: Ie91656387f7a7e60738a63bc28bf9bd505407cff
    Partial-Bug: 1818318