Comment 5 for bug 1527759

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

Reviewed: https://review.openstack.org/265002
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=c75f39f3d6e4a2caa37322adcf2e296ec7c573c8
Submitter: Jenkins
Branch: master

commit c75f39f3d6e4a2caa37322adcf2e296ec7c573c8
Author: Morgan Fainberg <email address hidden>
Date: Thu Jan 7 15:18:03 2016 -0800

    Revert "Validate domain ownership for v2 tokens"

    This reverts commit c4723550aa95be403ff591dd132c9024549eff10.

    This revert is being proposed as it breaks behavior that real-world
    deployments rely on. The deployments requested the V2 token with
    user_id and tenantId and then used the V2 token for the
    non-default-domain user to access swift.

    While the deployment is being encouraged to fix their code to use V3,
    this is behavior that was supported and used.

    This revert was done by hand due to the volume of change that has
    occured to the tests since the original patch landed.

    Conflicts (a lot of test refactoring):
        keystone/tests/unit/test_v3_assignment.py
        keystone/tests/unit/test_v3_auth.py
        keystone/tests/unit/test_v3_identity.py

    Change-Id: I4a303a5fcc8c2dacef5960e9e26ad9402f34a790
    Closes-Bug: 1527759