Comment 5 for bug 1505374

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

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

commit 6016d017004acaae288312b196ef07ea98e9962d
Author: Brant Knudson <email address hidden>
Date: Mon Oct 12 15:12:45 2015 -0500

    Remove oslo.policy implementation tests from keystone

    oslo.policy 0.12.0 contains a change to use requests to do the http
    check rather than urllib. This change caused keystone tests to fail
    because the keystone tests were mocking urllib, making assumptions
    about how oslo.policy is implemented. Keystone doesn't need to test
    internal features of oslo.policy, so these tests are removed.

    Change-Id: I9d6e4950b9fe75cbb94100c8effdcec002642027
    Closes-Bug: 1505374