1045a147dd
Allow clients and services to set additional_headers that will be sent with all requests made by the session. Change-Id: Idbd2e5159de5790c7db65c806b964f220bb6628e
11 lines
490 B
YAML
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.
|