Provide method to get latest request id

Bug #1465817 reported by Terry Howe
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack SDK
Confirmed
Medium
Unassigned

Bug Description

Add a method to get latest request/transaction id in connection class and session.

Tushar Patil (tpatil)
no longer affects: python-cinderclient
no longer affects: python-glanceclient
no longer affects: python-neutronclient
Changed in python-openstacksdk:
status: New → Confirmed
importance: Undecided → Medium
milestone: none → 1.0
Revision history for this message
Brian Curtin (brian.curtin) wrote :

Most of them put x-openstack-request-id in the header, but compute puts x-compute-request-id and object_store puts x-trans-id.

We're never going to be able to pin individual requests/responses to their IDs since we make implicit requests either through auth, searching, pagination, or others. We can probably store a list of the last handful of requests and their IDs, but the best way to get that info would be in the logs.

Revision history for this message
Brian Curtin (brian.curtin) wrote :

Taking this out of 1.0, and this will probably have to end up being solved inside of keystoneauth since we're getting rid of the areas we would have access to solve this issue.

Changed in python-openstacksdk:
milestone: 1.0 → none
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.