Go to file
Mitya_Eremeev 40946a9349 Don't import module "etcd3gw" if etcd3gw backend is not used.
If module etcd3gw is not required for used backend,
then no need to have it installed and imported.
Otherwise we always have ugly log error:
Could not load 'oslo_cache.etcd3gw': No module named 'etcd3gw': ModuleNotFoundError: No module named 'etcd3gw

Closes-Bug: 1928318
Change-Id: Icbe6dc3e93b4d2fec1ceb88366027294e49d7032
2021-05-26 16:58:31 +00:00
2020-05-14 14:45:12 +02:00
2019-04-19 19:29:50 +00:00
2020-05-14 14:45:12 +02:00
2021-03-18 11:12:13 +00:00
2017-07-11 21:51:41 +08:00
2020-02-10 18:34:34 +01:00

Team and repository tags

image

oslo.cache

Latest Version

Downloads

oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.

Description
An oslo.config enabled dogpile.cache.
Readme 6 MiB
Languages
Python 100%