Commit Graph

6 Commits

Author SHA1 Message Date
Stephen Finucane 5cea9ed9ad trivial: Remove unused 'cache_utils' APIs
These are not used by anything outside of tests. Remove them.

Change-Id: Ie58a961ecc42025d88cb17b5cc0b543cacbe1b07
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-02-05 17:20:28 +00:00
Sean Dague 1cda41f4a3 remove log translation tags from nova.cells
Change-Id: Iad2ad3b865873ca510edb9a6e93b6d44d9b24ed9
2017-04-10 14:48:07 +00:00
Jens Rosenboom 59192cfbf9 Warn when using null cache backend
The default backend for oslo_cache is dogpile.cache.null, leading to a
broken setup when following the current release notes or the deprecation
message verbatim. So we should at least emit a warning when the config
does not specify a different backend.

Note: I'm not sure whether it is possible to amend the release note like
this or whether there needs a new note to be added, please advise.

Change-Id: I16647e424d8382dae98f13cb1f73a7e0c0aebaf5
Closes-Bug: 1572062
2016-05-20 10:45:56 +02:00
Hieu LE 466bce576a Config options: centralize cache options
The config options of the "nova.conf" section "cache" got
moved to the new central location "nova/conf/cache.py".

Change-Id: I1b7aebb9f7d44ff8312b98c88093bf01f44dfa58
Implements: blueprint centralize-config-options-newton
2016-05-13 12:27:52 +07:00
Hieu LE 505bc44615 Remove deprecated "memcached_server" in Default section
The 'memcached_server' option in DEFAULT section which was deprecated in
Mitaka has been completely removed in Newton. This has been replaced by
options from oslo cache section.

Change-Id: I0b23fd65a04de6a35e8ce9efd1110caad63ad562
2016-05-13 00:58:10 +00:00
Davanum Srinivas 205fb7c8b3 Switch to oslo.cache lib
Common memorycache was replaced by analogous tool
from oslo.cache lib. In-memory cache was replaced
by oslo.cache.dict backend. Memcached was replaced
by dogpile.cache.memcached backend.

Implements blueprint oslo-for-mitaka

Closes-Bug: #1483322
Co-Authored-By: Sergey Nikitin <snikitin@mirantis.com>
Co-Authored-By: Pavel Kholkin <pkholkin@mirantis.com>

Change-Id: I371f7a68e6a6c1c4cd101f61b9ad96c15187a80e
2016-02-02 08:20:13 -05:00