Comment 1 for bug 1660843

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

Reviewed: https://review.openstack.org/427507
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=54152970e1cf0755381c3f6e109205cda7bce149
Submitter: Jenkins
Branch: master

commit 54152970e1cf0755381c3f6e109205cda7bce149
Author: Vijendar Komalla <email address hidden>
Date: Tue Jan 31 15:42:55 2017 -0600

    Set is_admin flag correctly in RequestContext

    Currently is_admin flag is always False. As a result
    some of the admin operations are not working.
    For example, quotas-list is not listing all the
    user quotas.
    This change sets the flag correctly based on the
    roles assigned to the user and policies defined
    in policy.json.

    Change-Id: I01534ccf1cf1e635282db497e0e026bea19c3bd2
    Closes-Bug: #1660843