19f2f2833a
Using common.local:store.context doesn't work correctly with the new oslo_log module. This change removes the calls to common.local and removes the file altogether which allows the proper settings to be passed in to the logging module and give us back our request-id in the API logs. Change-Id: If312f419fb465c9128bcfa0a280d6c35a46cb29b Closes-Bug: #1435588
22 lines
424 B
Plaintext
22 lines
424 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=config.generator
|
|
module=context
|
|
module=fileutils
|
|
module=gettextutils
|
|
module=imageutils
|
|
module=install_venv_common
|
|
module=loopingcall
|
|
module=middleware
|
|
module=periodic_task
|
|
module=policy
|
|
module=scheduler
|
|
module=scheduler.filters
|
|
module=scheduler.weights
|
|
module=service
|
|
module=versionutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=cinder
|