keystoneauth/releasenotes/notes/additional-headers-f2d16f85f5abe942.yaml
Jamie Lennox 1045a147dd Add additional_headers to session and adapter
Allow clients and services to set additional_headers that will be sent
with all requests made by the session.

Change-Id: Idbd2e5159de5790c7db65c806b964f220bb6628e
2016-07-13 17:09:46 +10:00

11 lines
490 B
YAML

---
prelude: >
Allow specifying additional_headers to the session and the adapter to add
headers to all requests that pass through these objects.
features:
- Add the ability to provide additional_headers to the session and adapter
object. This will allow clients particularly to provide additional ways to
identify their requests. It will also hopefully provide an intermediate way
to handle setting microversions until we support them directly with
keystoneauth.