cinder/openstack-common.conf
Svetlana Shturm 193886a486 Integrate oslo's periodic tasks.
Cinder use old style invocation of periodic tasks, which not based on oslo library.
It will be better to use main idea of periodic tasks for all services.

Blueprint: oslo-periodic-tasks

Change-Id: I6ac1ca28abefcc9d0bbfd41873c8f57d40b4a97a
2013-06-11 07:54:15 +01:00

36 lines
652 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=context
module=db
module=db.sqlalchemy
module=exception
module=excutils
module=fileutils
module=flakes
module=gettextutils
module=importutils
module=install_venv_common
module=jsonutils
module=local
module=lockutils
module=log
module=network_utils
module=notifier
module=patch_tox_venv
module=periodic_task
module=policy
module=processutils
module=redhat-eventlet.patch
module=rootwrap
module=rpc
module=scheduler
module=scheduler.filters
module=scheduler.weights
module=strutils
module=timeutils
module=uuidutils
# The base module to hold the copy of openstack.common
base=cinder