4969f66fca
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
16 lines
434 B
Plaintext
16 lines
434 B
Plaintext
[DEFAULT]
|
|
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
|
|
namespace = oslo.db
|
|
namespace = oslo.middleware
|
|
namespace = oslo.service.service
|
|
# We don't use oslo.concurrency config options in
|
|
# keystone now, just in case it slips through unnoticed.
|
|
#namespace = oslo.concurrency
|