Sean Dague
0906fb0424
Add global_request_id param to Adapter constructor
In order to make it easier for projects to enable global_request_id passing, make it something the Adapter understands directly, so that the logic of adding extra headers doesn't need to be in every client. Part of the push to enable global_request_id throughout OpenStack. oslo spec I65de8261746b25d45e105394f4eeb95b9cb3bd42 Change-Id: Ic75be3acb8b77aae8da631e3c4cd6f545a9a35cb
Team and repository tags
keystoneauth
This package contains tools for authenticating to an OpenStack-based cloud. These tools include:
- Authentication plugins (password, token, and federation based)
- Discovery mechanisms to determine API version support
- A session that is used to maintain client settings across requests (based on the requests Python library)
Further information:
- Free software: Apache license
- Documentation: https://docs.openstack.org/developer/keystoneauth
- Source: https://git.openstack.org/cgit/openstack/keystoneauth
- Bugs: https://bugs.launchpad.net/keystoneauth
Description
Languages
Python
100%