Comment 13 for bug 1839133

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

Reviewed: https://review.opendev.org/683303
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e3aae94d5a441a55bd98c40cbbdd17fd685b8e13
Submitter: Zuul
Branch: stable/stein

commit e3aae94d5a441a55bd98c40cbbdd17fd685b8e13
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.

    Backport amended with [1] to pass CI.

    [1] 19d4831daa3991bed48fb364fa05927740c96445 (pep8)

    Change-Id: I7874a70e6109219baee80309c3a27f8af9905a6d
    Closes-Bug: #1839133
    Signed-off-by: Radosław Piliszek <email address hidden>
    (cherry picked from commit c7fae97d873f72068ca65538ec5b5919c0ac7d5a)