Comment 2 for bug 1839133

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

Reviewed: https://review.opendev.org/674782
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=c7fae97d873f72068ca65538ec5b5919c0ac7d5a
Submitter: Zuul
Branch: master

commit c7fae97d873f72068ca65538ec5b5919c0ac7d5a
Author: Radosław Piliszek <email address hidden>
Date: Tue Aug 6 13:25:17 2019 +0200

    Honor group_members_are_ids for user_enabled_emulation

    Applied when group config is to be honored
    (i.e. set user_enabled_emulation_use_group_config).
    Conditionals follow usage of group_members_are_ids.

    Added new test for the case with ids.
    It fails without fix.
    The original test expanded to ensure the change did not
    break its internals either.
    It passes without fix as well.

    Additionally some TODOs are added for observed potential issues.

    Change-Id: I7874a70e6109219baee80309c3a27f8af9905a6d
    Closes-Bug: #1839133
    Signed-off-by: Radosław Piliszek <email address hidden>