ironic/releasenotes/notes/opentack-baremetal-request-id-daa72b785eaaaa8d.yaml
Lin Tan 4bf707d86a Append 'Openstack-Request-Id' header to the response
This patch will append request_id to response headers. This is helpful
for admin to track problems across projects.

Accroding to OpenStack HTTP Header Guidelines, use
'Openstack-Request-Id' instead of 'X-Openstack-Request-ID'.

According the suggestions from API WG, a microversion is not needed here.

Change-Id: Ica067aff19fe17052fcaf9c7384c9da7d1f7997d
Partial-Bug: #1505119
2016-03-22 10:38:39 -07:00

5 lines
89 B
YAML

---
features:
- Append request_id as ``Openstack-Request-Id`` header to the response.