Comment 6 for bug 1517818

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

Reviewed: https://review.openstack.org/250124
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8c09277728ab52c0733aaac8e0255e0240b460e7
Submitter: Jenkins
Branch: stable/liberty

commit 8c09277728ab52c0733aaac8e0255e0240b460e7
Author: Kevin Benton <email address hidden>
Date: Thu Nov 19 21:16:42 2015 -0800

    Add UnionModel support to filter query generator

    The _apply_filters_to_query method did not handle UnionModels
    so objects leveraging it (i.e. RBAC policies) did not have
    queries applied to them.

    This patch corrects it by iterating through the component models
    of the UnionModel and applying the filters to each component model.
    It also adds an API test on RBAC that exercises the filtering.

    Change-Id: I449acf359dd61189bbdacd200d7c41a4a88d3de8
    Closes-Bug: #1517818
    (cherry-picked from 35beca53277d187af0ade05466e81699c6575b07)