summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-04-04 19:05:55 +0000
committerGerrit Code Review <review@openstack.org>2018-04-04 19:05:55 +0000
commit0b02fe90c677adcb477fd2c5491d0a5a5ae32acb (patch)
tree217b4c2f8e41cbedcd8bed8e50b8de5c4fd0145f /releasenotes
parenta742c2a77aa6fadbce5e1f9ecb897010dc9df40e (diff)
parent8e9255d56d2da16a7fec4f57e28246bb5b9cb713 (diff)
downloadkeystonemiddleware-0b02fe90c677adcb477fd2c5491d0a5a5ae32acb.tar.gz
Merge "Remove kwargs_to_fetch_token"
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.