Comment 10 for bug 1614213

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_horizon (stable/mitaka)

Reviewed: https://review.openstack.org/358805
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_horizon/commit/?id=76c0c81b1a3701c57cb552a04da9bb1c01b0b4aa
Submitter: Jenkins
Branch: stable/mitaka

commit 76c0c81b1a3701c57cb552a04da9bb1c01b0b4aa
Author: Nolan Brubaker <email address hidden>
Date: Wed Aug 17 17:05:11 2016 -0400

    Add variable override for OPENSTACK_KEYSTONE_ADMIN_ROLES

    As Horizon treats admins differently and can't discern what roles are
    administrative in nature, we have to tell it if there are roles
    beyond/besides "admin".

    If not overriden by the user, then the default is `['admin']` as seen
    in the code:
    https://github.com/openstack/horizon/blob/stable/mitaka/openstack_dashboard/utils/identity.py#L20-L25.

    Closes-Bug: #1614213

    Change-Id: I5e475db52be7d6390a1ab29a08b58fc102e16037
    Co-Author: Corey Wright <email address hidden>
    (cherry picked from commit c7ebd28341d852213a0f446c6c333033bfb9f362)