Merge "Return request-id to APIs that don't respond with a body" into stable/rocky
This commit is contained in:
commit
a4fae269ab
@ -866,7 +866,7 @@ class Resource(wsgi.Application):
|
||||
for hdr, val in response.headers.items():
|
||||
val = utils.convert_str(val)
|
||||
response.headers[hdr] = val
|
||||
|
||||
_set_request_id_header(request, response.headers)
|
||||
if not request.api_version_request.is_null():
|
||||
response.headers[API_VERSION_REQUEST_HEADER] = (
|
||||
request.api_version_request.get_string())
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- APIs that were not returning a request ID ('x-compute-request-id') in the
|
||||
response headers have been fixed.
|
Loading…
Reference in New Issue
Block a user