Comment 4 for bug 1499302

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

Reviewed: https://review.openstack.org/352020
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=28d8eca8c17f7477d62b22080b20bbedb20dea3c
Submitter: Jenkins
Branch: master

commit 28d8eca8c17f7477d62b22080b20bbedb20dea3c
Author: yatin <email address hidden>
Date: Sat Aug 6 18:49:07 2016 +0530

    Change stacks:global_index heat policy to context_is_admin

    Rule "context_is_admin" is defined in heat for admin role
    and heat uses this rule to authorize admin operations.
    Since default admin context can be updated by heat, we
    should use the rule: context_is_admin.

    In newton, heat updated the admin context to admin role
    with admin tenant in following patch:-
    https://review.openstack.org/#/c/316627/

    Change-Id: Iea6f3a6124e0c4d29801641aff51e385f0399488
    Closes-Bug: #1499302