
This is in preparation for work being done on request ID tracing across OpenStack services. Per discussion in blueprint cross-service-request-id , the standard header name for the request ID across OpenStack projects should be x-openstack-request-id. The request_id middleware was created for just this purpose, as oslo change Ic7967cd62e7b743343d70f751b9238339171e013 . Using the same middleware allows for consistency across projects. There is an additional oslo module, request_utils, introduced as change Id085c4444fee2bb68b80738bfe77ccb0ba1908ec to allow uniform logging of request IDs. Bring that in as well so we have it when necessary. Implements: blueprint add-standard-req-id-header Change-Id: If080df2a323347924c93a912538dab5ffeffe982
41 lines
735 B
Plaintext
41 lines
735 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=context
|
|
module=config.generator
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=excutils
|
|
module=fileutils
|
|
module=flakes
|
|
module=gettextutils
|
|
module=imageutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=log_handler
|
|
module=middleware
|
|
module=network_utils
|
|
module=notifier
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=request_utils
|
|
module=rootwrap
|
|
module=rpc
|
|
module=scheduler
|
|
module=scheduler.filters
|
|
module=scheduler.weights
|
|
module=service
|
|
module=sslutils
|
|
module=strutils
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=versionutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=cinder
|