06e4919a45
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. The previous attempt at updating nova to use oslo.concurrency was reverted as it stopped running any tests. lockutils-wrapper should have been used in ini/shell scripts instead of lockutils.py module as the the module is no longer runnable (__main__ has been removed). In this review we use lockutils-wrapper correctly. The test harness has since been updated to bail out if 0 tests are run as well for additional insurance. Change-Id: I14c75ef2196fd08c9465d648e5cd53777bd9c7d1 Co-Authored-By: Nikola Dipanov <ndipanov@redhat.com> Co-Authored-By: Corey Wright <corey.wright@rackspace.com>
39 lines
760 B
Plaintext
39 lines
760 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=cliutils
|
|
module=config
|
|
module=context
|
|
module=eventlet_backdoor
|
|
module=fileutils
|
|
module=fixture.config
|
|
module=fixture.logging
|
|
module=fixture.mockpatch
|
|
module=fixture.moxstubout
|
|
module=imageutils
|
|
module=install_venv_common
|
|
module=local
|
|
module=log
|
|
module=loopingcall
|
|
module=memorycache
|
|
module=middleware.base
|
|
module=middleware.request_id
|
|
module=periodic_task
|
|
module=policy
|
|
module=report
|
|
module=report.generators
|
|
module=report.models
|
|
module=report.views
|
|
module=report.views.json
|
|
module=report.views.text
|
|
module=report.views.xml
|
|
module=service
|
|
module=sslutils
|
|
module=systemd
|
|
module=threadgroup
|
|
module=uuidutils
|
|
module=versionutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=nova
|