diff options
author | Davanum Srinivas <davanum@gmail.com> | 2016-01-29 12:50:58 -0500 |
---|---|---|
committer | Davanum Srinivas <davanum@gmail.com> | 2016-02-02 08:20:13 -0500 |
commit | 205fb7c8b34e521bdc14b5c3698d1597753b27d4 (patch) | |
tree | 9a4c1cf34d42d44c37cde871c1c8e8050b89f068 /openstack-common.conf | |
parent | 5eed75332fe2cbc5ecda0fc0724abbc886d249bd (diff) | |
download | nova-205fb7c8b34e521bdc14b5c3698d1597753b27d4.tar.gz |
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
Diffstat (limited to 'openstack-common.conf')
-rw-r--r-- | openstack-common.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index ad277f2a40..4f6af914fc 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -3,7 +3,6 @@ # The list of modules to copy from oslo-incubator module=cliutils module=imageutils -module=memorycache # The base module to hold the copy of openstack.common base=nova |