From b7186ce03b43a00c7241be54385120ab3f7a03aa Mon Sep 17 00:00:00 2001 From: Michael Still Date: Mon, 8 Apr 2013 13:27:59 +1000 Subject: Import oslo periodic tasks support. I'll move nova across to this in the next review, I just want to make the import clearly separate. Change-Id: I4eefd9c73d443afcd0697ff5ddd59abf315b10e5 --- 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 22f5c6969..7a1d16f46 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -19,6 +19,7 @@ module=log module=loopingcall module=network_utils module=notifier +module=periodic_task module=plugin module=policy module=processutils -- cgit