Files
nova/openstack-common.conf
Aditi Raveesh 26ecf7b023 Importing correlation_id middleware from oslo-incubator
Including 'correlation_id' middleware from oslo-incubator.
Adding this to openstack-common.conf to copy over the middleware to
the location nova/openstack/common/middleware

Change-Id: I21b27e8dae585345d03d59c125d9e1bbea95f830
Implements: blueprint cross-service-request-id
2013-05-23 10:10:11 +05:30

40 lines
728 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator.git
module=cliutils
module=context
module=db
module=db.sqlalchemy
module=eventlet_backdoor
module=excutils
module=fileutils
module=flakes
module=gettextutils
module=importutils
module=install_venv_common
module=jsonutils
module=local
module=lockutils
module=log
module=loopingcall
module=memorycache
module=middleware.correlation_id
module=network_utils
module=notifier
module=patch_tox_venv
module=periodic_task
module=plugin
module=policy
module=processutils
module=redhat-eventlet.patch
module=rootwrap
module=rpc
module=service
module=strutils
module=threadgroup
module=timeutils
module=uuidutils
# The base module to hold the copy of openstack.common
base=nova