Comment 70 for bug 968696

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

Reviewed: https://review.openstack.org/384642
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=da0ea57d7e9b8254a877009e77f412684cce3754
Submitter: Jenkins
Branch: master

commit da0ea57d7e9b8254a877009e77f412684cce3754
Author: Adam Young <email address hidden>
Date: Mon Oct 10 13:41:52 2016 -0400

    Admin API policy enforcement contingent on is_admin_project

    In order for a user with the admin role to be able to perform
    administrative actions, the role must be assigned to a project
    that is deemed the "admin" project in the Keystone server. This
    prevents someone being assigned admin on some random project
    from being admin everywhere.

    Change-Id: Ic4294cc1746702c345259c64bad1e20675a7d9ab
    Closes-Bug: 968696