summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-04-27 10:37:01 +0200
committerSteve Martinelli <stevemar@ca.ibm.com>2015-12-11 02:00:30 -0500
commit646350c1d6dcd02c4dd939a220e231eedff5b055 (patch)
tree6e6a7df91f3c2ff43f515846b7f0f91fc281d5c7 /releasenotes
parent7c1a67aa608d4ae36cc0e8db8ad29fbdf499b382 (diff)
downloadpython-keystoneclient-646350c1d6dcd02c4dd939a220e231eedff5b055.tar.gz
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 Mitaka. 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. Closes-Bug: #1449066 Change-Id: Iedd6887dcde62177d37e1e1988ed72bcb59c05f6
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-middleware-eef8c40117b465aa.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-middleware-eef8c40117b465aa.yaml b/releasenotes/notes/remove-middleware-eef8c40117b465aa.yaml
new file mode 100644
index 0000000..1ce63eb
--- /dev/null
+++ b/releasenotes/notes/remove-middleware-eef8c40117b465aa.yaml
@@ -0,0 +1,10 @@
+---
+prelude: >
+ keystoneclient.middleware has been removed.
+critical:
+ - >
+ [`bug 1449066 <https://bugs.launchpad.net/python-keystoneclient/+bug/1449066>`_]
+ The module `keystoneclient.middleware` has been removed in favor of the
+ keystonemiddleware library. The aforementioned module has been depreacted
+ since the v0.10.0 of keystoneclient which was inclued in the Juno release
+ of OpenStack.