From 2e7b4f2027a1147ca28301e4f88adf8274b39a1f Mon Sep 17 00:00:00 2001 From: DUVAL Thomas Date: Thu, 9 Jun 2016 09:11:50 +0200 Subject: Update Keystone core to Mitaka. Change-Id: Ia10d6add16f4a9d25d1f42d420661c46332e69db --- .../releasenotes/notes/admin_token-a5678d712783c145.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml (limited to 'keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml') diff --git a/keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml b/keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml new file mode 100644 index 00000000..8547c6d3 --- /dev/null +++ b/keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml @@ -0,0 +1,14 @@ +--- +upgrade: + - > + [`bug 1473553 `_] + The `keystone-paste.ini` must be updated to put the ``admin_token_auth`` + middleware before ``build_auth_context``. See the sample + `keystone-paste.ini` for the correct `pipeline` value. Having + ``admin_token_auth`` after ``build_auth_context`` is deprecated and will + not be supported in a future release. +deprecations: + - > + [`blueprint deprecated-as-of-mitaka `_] + The ``admin_token_auth`` filter must now be placed before the + ``build_auth_context`` filter in `keystone-paste.ini`. -- cgit 1.2.3-korg