Comment 4 for bug 1814589

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

Reviewed: https://review.openstack.org/634816
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=505fe204795330c12bc00fce3510902a5b59457d
Submitter: Zuul
Branch: master

commit 505fe204795330c12bc00fce3510902a5b59457d
Author: Guang Yee <email address hidden>
Date: Mon Feb 4 13:27:05 2019 -0800

    Fixes incorrect params

    Fixes incorrect parameters passed into
    keystone.federation.utils.transform_to_group_ids() which resulted
    in HTTP 500 internal error.

    Added an additional test case to test mapping with group domain name
    in it as this scenario was never tested before.

    Change-Id: I4112e5968cd0d52444b686a3777da56203ae95ad
    Closes-Bug: 1814589