Glance middleware context process request 'X-Openstack-Request-ID'

Bug #1573446 reported by Jorge Cardoso
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance
New
Undecided
Unassigned

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 post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.