Comment 5 for bug 1760843

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

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

commit a7437cae731c0914c4df78590b155f8a272f4139
Author: wangxiyuan <email address hidden>
Date: Tue Apr 24 12:04:16 2018 +0800

    Fix the test for unique IdP

    The test that IdP and domain is unique constraint is wrong.
    Keystone never support Idp:domain is 1:1.

    This patch fixed the error in the test to make sure
    Idp:domain is n:1.

    Change-Id: I90a0ed677aa9d666a220bd2456dac336378cd3ba
    Closes-bug: #1760843