summaryrefslogtreecommitdiff
path: root/config-generator
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-06-26 01:33:24 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2015-10-15 11:10:34 -0400
commit4969f66fca37ce9bd654cf74890fa28dd011bc6e (patch)
treeb9d8c970658a736d9632b7fe99e73b4e63c5f0bd /config-generator
parentf01b564036dacd42562dab55afcf3738e7fbae1a (diff)
downloadkeystone-4969f66fca37ce9bd654cf74890fa28dd011bc6e.tar.gz
switch to oslo.cache
Use oslo.cache now that it's been made available. Note that we only deprecate the cache backends, but not remove them, they are public APIs and subject to deprecation. Also remove most of the caching code, but keep the portions that register backends, since they are still available. Note that the tests that were deleted were testing cache functionality, they now exist in oslo.cache. Co-Authored-By: Brant Knudson <bknudson@us.ibm.com> Change-Id: I39d3ff1dd2edad79effa56450b444174b09f971e
Diffstat (limited to 'config-generator')
-rw-r--r--config-generator/keystone.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-generator/keystone.conf b/config-generator/keystone.conf
index 0e00d489f..fc5ef29cd 100644
--- a/config-generator/keystone.conf
+++ b/config-generator/keystone.conf
@@ -3,6 +3,7 @@ output_file = etc/keystone.conf.sample
wrap_width = 79
namespace = keystone
namespace = keystone.notifications
+namespace = oslo.cache
namespace = oslo.log
namespace = oslo.messaging
namespace = oslo.policy