vmware-nsx/neutron/openstack/common/cache
Ihar Hrachyshka 1694e8cb77 Updated cache module and its dependencies
This is to avoid cache module dependency on timeutils that are now moved
to oslo.utils.

The following changes are included:

 * neutron/openstack/common/cache/_backends/memory.py
  6ff6b4b Switch oslo-incubator to use oslo.utils and remove old modules
  2bedce3 Fix MemoryBackend not purging item from _keys_expired on delete

 * neutron/openstack/common/cache/backends.py
  39625e1 Set pbr 'warnerrors' option for doc build

 * neutron/openstack/common/cache/cache.py
  9c683be fix small typo

 * neutron/openstack/common/lockutils.py
  5d40e14 Remove code that moved to oslo.i18n
  7209975 Always log the releasing, even under failure
  bbb266c Clarify logging in lockutils
  942e1aa Use file locks by default again
  ac995be Fix E126 pep8 errors
  15b8352 Remove oslo.log from lockutils

Change-Id: I02cb4b2bc4b7bcba948e67cffdb8bd0219c89a29
2014-10-17 09:54:20 +02:00
..
_backends Updated cache module and its dependencies 2014-10-17 09:54:20 +02:00
__init__.py Copy cache package from oslo-incubator 2014-02-20 15:00:34 +01:00
backends.py Updated cache module and its dependencies 2014-10-17 09:54:20 +02:00
cache.py Updated cache module and its dependencies 2014-10-17 09:54:20 +02:00