Comment 1 for bug 1449066

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

Reviewed: https://review.openstack.org/177694
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=37742ec52082f14a8467a464a431987ac1b5df7a
Submitter: Jenkins
Branch: master

commit 37742ec52082f14a8467a464a431987ac1b5df7a
Author: Victor Stinner <email address hidden>
Date: Mon Apr 27 10:37:01 2015 +0200

    Remove keystoneclient.middleware

    The code has been moved to the new keystonemiddleware project and
    keystone.middleware was deprecated since Juno. It's time to drop it in
    Liberty.

    Remove the directory keystoneclient/middleware/.

    Remove test_auth_token_middleware.py, test_memcache_crypt.py and
    test_s3_token_middleware.py in keystoneclient/tests/unit/.

    Remove the create_middleware_cert shell function from
    examples/pki/gen_pki.sh. And remove the call from
    examples/pki/run_all.sh.

    Remove netaddr, pycrypto and WebOb test dependencies, only needed to
    test the removed middleware.

    DocImpact: The keystoneclient.middleware module has been removed

    Closes-Bug: #1449066
    Change-Id: I88ddfdb674db1ec9c0fd4f9a62ae8347785ea10c