Comment 9 for bug 1505374

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

Reviewed: https://review.openstack.org/235229
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=2d198d7fe032c31400566d37d10bc8594e578907
Submitter: Jenkins
Branch: stable/liberty

commit 2d198d7fe032c31400566d37d10bc8594e578907
Author: Thierry Carrez <email address hidden>
Date: Thu Oct 15 12:15:45 2015 +0200

    Switch to post-versioning

    This combines 2 commits in order to pass the gate.

    No longer mention next version on setup.cfg on stable branch.

    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.

    Closes-Bug: 1505374
    (cherry picked from commit 6016d017004acaae288312b196ef07ea98e9962d)

    Change-Id: I75c44e88eb851a3b92a6d7d379d9a55e417703d6