keystonemiddleware/releasenotes/notes/remove_kwargs_to_fetch_token-20e3451ed192ab6a.yaml
wangxiyuan 8e9255d56d Remove kwargs_to_fetch_token
kwargs_to_fetch_token was deprecated and should be
removed in Rocky now.

Change-Id: Ic247efb84c5133449ead6a9864bbd7748e5e74bd
2018-02-22 02:19:06 +00:00

7 lines
210 B
YAML

---
other:
- >
The ``kwargs_to_fetch_token`` setting was removed from the
``BaseAuthProtocol`` class. Implementations of auth_token now assume kwargs
will be passed to the ``fetch_token`` method.