Comment 2 for bug 1779268

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

Reviewed: https://review.openstack.org/579085
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e20882d3b3a2049df7913abb8fe99a94db9342f5
Submitter: Zuul
Branch: master

commit e20882d3b3a2049df7913abb8fe99a94db9342f5
Author: Shu Muto <email address hidden>
Date: Fri Jun 29 16:53:39 2018 +0900

    Support can_edit_user and can_edit_role settings in Angularized panels

    The actions on Angularized users panel and roles panel does not support
    following setting.

    OPENSTACK_KEYSTONE_BACKEND = {
        'can_edit_user': True,
        'can_edit_role': True,
    }

    This patch enables to support these settings.

    To enable this settings, add 'OPENSTACK_KEYSTONE_BACKEND' into
    'REST_API_REQUIRED_SETTINGS' setting.

    Change-Id: I7888bd2c2977dc010911d2e7ecf42815354e081b
    Closes-Bug: #1779268