summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorwangxiyuan <wangxiyuan@huawei.com>2017-10-19 14:24:40 +0800
committerwangxiyuan <wangxiyuan@huawei.com>2018-02-22 02:19:06 +0000
commit8e9255d56d2da16a7fec4f57e28246bb5b9cb713 (patch)
tree4996d054f4037eb034acf32366216a535c0cb8a6 /releasenotes
parent316d1b4659e5e22ca16aecde118a304f5b261e3b (diff)
downloadkeystonemiddleware-8e9255d56d2da16a7fec4f57e28246bb5b9cb713.tar.gz
Remove kwargs_to_fetch_token
kwargs_to_fetch_token was deprecated and should be removed in Rocky now. Change-Id: Ic247efb84c5133449ead6a9864bbd7748e5e74bd
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove_kwargs_to_fetch_token-20e3451ed192ab6a.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/remove_kwargs_to_fetch_token-20e3451ed192ab6a.yaml b/releasenotes/notes/remove_kwargs_to_fetch_token-20e3451ed192ab6a.yaml
new file mode 100644
index 0000000..147a77b
--- /dev/null
+++ b/releasenotes/notes/remove_kwargs_to_fetch_token-20e3451ed192ab6a.yaml
@@ -0,0 +1,6 @@
+---
+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.