Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-glanceclient/+spec/cross-service-request-id. Description: Create a unified request identifier associated with an API request that crosses OpenStack service boundaries. This will enable more effective debugging of requests that span multiple services. For example, a Nova instance create request may touch other services including Glance and Quantum. A single id will simplify the process of tracking down errors. See related email discussion: https://lists.launchpad.net/openstack/msg13082.html This change will add the correlation id to the request headers when the client talks to glance Specification URL (additional information): None