]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Updated cache module and its dependencies
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 14 Oct 2014 13:05:20 +0000 (15:05 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 17 Oct 2014 07:54:20 +0000 (09:54 +0200)
commitd739790ba8dcdf3180e8d6d09423937aaf802a7c
tree0c2846d04943eb16e444911d06b7f889d5381a39
parent623a30baadf24bdf672711096b1b87b60c70b038
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
neutron/openstack/common/cache/_backends/memory.py
neutron/openstack/common/cache/backends.py
neutron/openstack/common/cache/cache.py
neutron/openstack/common/lockutils.py