]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Convert Cinder to use openstack-common timeutils
authorZhiteng Huang <zhiteng.huang@intel.com>
Fri, 13 Jul 2012 05:58:25 +0000 (13:58 +0800)
committerZhiteng Huang <zhiteng.huang@intel.com>
Fri, 13 Jul 2012 08:24:44 +0000 (16:24 +0800)
commit519bd2451d8b3aff6661d18e340b8f31a69e1091
treece72ed20133ea7a439a29d2c79ae5cd8b0fe1b0c
parent008cad14287e17e7bc9ea434b12715c011de880d
Convert Cinder to use openstack-common timeutils

This patch is part of effort to get Cinder to use openstack-common
package.  This part is to replace time related functions in utils.py
with 'timeutils' module.

Implement blueprint cinder-common-timeutils

Change-Id: Ic5e9e317a95a7399f0604823eec76b3642a0c1b1
14 files changed:
bin/cinder-manage
cinder/common/memorycache.py
cinder/context.py
cinder/db/sqlalchemy/api.py
cinder/db/sqlalchemy/models.py
cinder/notifier/api.py
cinder/scheduler/driver.py
cinder/test.py
cinder/tests/api/openstack/fakes.py
cinder/tests/scheduler/test_scheduler.py
cinder/tests/test_utils.py
cinder/utils.py
cinder/volume/api.py
cinder/volume/manager.py