Comment 3 for bug 1591222

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

Reviewed: https://review.openstack.org/328313
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=389f7b0b08455b77db24d41280e8cc00a0d2260b
Submitter: Jenkins
Branch: master

commit 389f7b0b08455b77db24d41280e8cc00a0d2260b
Author: Ihar Hrachyshka <email address hidden>
Date: Fri Jun 10 16:03:31 2016 +0200

    qos: fix shared filter for policies

    The filter was working in Liberty, but was broken in Mitaka when
    the field became synthetic as part of RBAC enablement for the resource.

    _get_collection already knows how to handle the filter on database
    level, so we just need to register the filter to pass it deeper into
    db_api.

    Change-Id: I40657bd15d9bf1e2bc6b0224254c916c35391cd1
    Closes-Bug: #1591222