Comment 10 for bug 1517818

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

Reviewed: https://review.openstack.org/252539
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=67d1b49ef22d88e1c052a1b9170bc0b5492ab22d
Submitter: Jenkins
Branch: stable/liberty

commit 67d1b49ef22d88e1c052a1b9170bc0b5492ab22d
Author: Kevin Benton <email address hidden>
Date: Thu Nov 19 21:27:05 2015 -0800

    Do not allow name lookups on RBAC policies

    RBAC policies have no name field so the name query to
    the server was always returning all entries since the
    name filter was ignored.

    This corrects the behavior by disabling the name lookup
    for RBAC policies.

    Change-Id: I6c5afa05cefb1709e9667a1aaf20105c707dc95c
    Closes-Bug: #1517818
    (cherry picked from commit 529d3f5a3c8d71df23d795275f01ec4a4aca994b)