Comment 4 for bug 1174451

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

Reviewed: https://review.openstack.org/66759
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=5cc1906429c6b77bb644f8387b5507dc3a682e06
Submitter: Jenkins
Branch: master

commit 5cc1906429c6b77bb644f8387b5507dc3a682e06
Author: Eric Brown <email address hidden>
Date: Tue Jan 14 20:11:17 2014 -0800

    Improve forbidden checks

    New functions were created to check 'allowed' access because the previous design
    was checking after changes were possibly made.

    Changed the unit test to use an already created user to simulate the original
    error that was reported.

    Change-Id: I9f7e56a5afd9624070fffef6672ef88cd549f210
    Closes-Bug: #1174451