Trivial: Update document for Request IDs

The Request IDs doc had an small error describing that in response
header the value of X-Openstack-Request-Id is generated automatically
for tracking each request to nova, but it is for tracking each request
to placement so this patch updates it.

Change-Id: I92ca8e73016c1d3a73aa1084013e4cec2382dec2
This commit is contained in:
Tetsuro Nakamura
2019-06-26 06:40:16 +00:00
parent 93a7470d86
commit 0d9c510df7

View File

@@ -61,6 +61,6 @@ For more details about request IDs, please reference: `Faults
- header
- string
- The local request ID, which is a unique ID generated automatically for
tracking each request to nova. It is associated with the request and
tracking each request to placement. It is associated with the request and
appears in the log lines for that request. By default, the middleware
configuration ensures that the local request ID appears in the log files.