Comment 3 for bug 1484285

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

Reviewed: https://review.openstack.org/212563
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=9de60b3ddcea69a013a2c907ecebe2d1ffa359b4
Submitter: Jenkins
Branch: master

commit 9de60b3ddcea69a013a2c907ecebe2d1ffa359b4
Author: Steve McLellan <email address hidden>
Date: Thu Aug 13 09:54:02 2015 -0500

    Fix RBAC filters

    'index' isn't a valid filter term, and both the glance plugins try to
    use it as one, which causes queries to fail for non-admin users. Patch
    changes the RBAC filters to use an 'indices' filter which first
    restricts on index and then applies the rbac filters and the query.

    Change-Id: I35d2703fbb84e1b89e76dee842bb2416a90a999d
    Closes-Bug: #1484285