summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@gmail.com>2016-01-17 00:34:02 +1100
committerJaewoo Park <jp655p@att.com>2017-12-01 16:36:40 -0800
commit9d8e2836fe7fca186e0380d8a532540ff5cc5215 (patch)
tree1bc083c068099306dbc6f4927a5e48b493943bd0 /requirements.txt
parent4c08d725c29b1bd378c8acb9fc997f3a2d557fd4 (diff)
downloadkeystonemiddleware-9d8e2836fe7fca186e0380d8a532540ff5cc5215.tar.gz
Use oslo_cache in auth_token middleware
Use the new oslo.cache library instead of using memcached directly. This keeps the old options around and will continue to use those in preference to the oslo.config library as there is no way to test whether oslo.cache was explicitly configured to use that in preference. Currently there are no messages or anything to deprecate the old options until we've had a chance to test it in production environments. Closes-Bug: #1523375 Change-Id: Ifccacc5db311ad538ce60191cbe221644d1a5807 Co-Authored-By: Nicolas Helgeson <nh202b@att.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 063f47c..7b839c7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,6 +3,7 @@
# process, which may cause wedges in the gate later.
keystoneauth1>=3.2.0 # Apache-2.0
+oslo.cache>=1.26.0 # Apache-2.0
oslo.config>=4.6.0 # Apache-2.0
oslo.context>=2.19.2 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0