yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #49863
[Bug 1573446] [NEW] Glance middleware context process request 'X-Openstack-Request-ID'
Public bug reported:
The middleware ContextMiddleware from glance (file glance/api/middleware/context.py) processes requests using the method: def process_request(self, req):
During processing, the header variable 'X-Openstack-Request-ID' is accesses to update the request_id.
Nonetheless, other components such as nova seem to be using the variable 'openstack.request_id' when process requests (the variable 'X-Openstack-Request-ID' is added to the header when process responses).
** Affects: glance
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1573446
Title:
Glance middleware context process request 'X-Openstack-Request-ID'
Status in Glance:
New
Bug description:
The middleware ContextMiddleware from glance (file glance/api/middleware/context.py) processes requests using the method: def process_request(self, req):
During processing, the header variable 'X-Openstack-Request-ID' is accesses to update the request_id.
Nonetheless, other components such as nova seem to be using the variable 'openstack.request_id' when process requests (the variable 'X-Openstack-Request-ID' is added to the header when process responses).
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1573446/+subscriptions