372df8a75b
Let's switch to the newly released oslo library for the processutils and lockutils. We use the config fixture(s) to specify disable_process_locking and lock_path in the CONF variable of oslo.concurrency library for correctly setting the flags. Change-Id: Ib8f3aac5449eba66ea84bc5cad8aea061adab276
31 lines
571 B
Plaintext
31 lines
571 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=config.generator
|
|
module=context
|
|
module=excutils
|
|
module=fileutils
|
|
module=gettextutils
|
|
module=imageutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=log
|
|
module=log_handler
|
|
module=loopingcall
|
|
module=middleware
|
|
module=periodic_task
|
|
module=policy
|
|
module=request_utils
|
|
module=scheduler
|
|
module=scheduler.filters
|
|
module=scheduler.weights
|
|
module=service
|
|
module=strutils
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=versionutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=cinder
|