From 8c53d87ad98f9b7a3ed6d4c83a6f0f62969fa64c Mon Sep 17 00:00:00 2001 From: Michael Still Date: Tue, 9 Apr 2013 13:25:38 +1000 Subject: Import and convert to oslo loopingcall. Import the oslo looping call implementation (which is a copy of nova's), delete nova's local copy, convert all users to the new location. It should be noted that the oslo implementation of FixedIntervalLoopingCall measures time from the start of the periodic task, not the end, so periodic tasks will run with a constant frequency instead of the frequency changing depending on how long the periodic task takes to run. Change-Id: Ia62ce1988f5373c09146efa6b3b1d1dc094d50c4 --- openstack-common.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index 31a6ce4ff..2949321d5 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -15,6 +15,7 @@ module=jsonutils module=local module=lockutils module=log +module=loopingcall module=network_utils module=notifier module=plugin -- cgit