Reviewed: https:/ /review. openstack. org/195338
Committed: https:/ /git.openstack. org/cgit/ openstack/ python- keystoneclient/ commit/ ?id=d5c5423d6de 3710e3480e47062 333b33e8de0713
Submitter: Jenkins
Branch: feature/ keystoneauth_ integration
commit d5c5423d6de3710 e3480e47062333b 33e8de0713
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_middlewar e.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
Change-Id: Idd3b7d730b70ec f4fa6be911078d0 2e8bdfc9f37
Closes-Bug: #1449066