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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to