cinder/openstack-common.conf
John Griffith 19f2f2833a Enable request-id in cinder API logs
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
2015-03-24 15:20:29 +02:00

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