From 707b02363044790b60db1df9e4b0be390adfb6b9 Mon Sep 17 00:00:00 2001 From: Dave Chen Date: Thu, 27 Oct 2016 16:39:04 +0800 Subject: [PATCH] Clarifying on the remove of `build_auth_context` middleware Keystone just remove the check of admin token from `build_auth_context` middleware, not the middleware itself. bp removed-as-of-ocata Change-Id: I9aa7a4dafb7f9a3333832d81923e4f11390dad14 --- .../notes/removed-as-of-ocata-436bb4b839e74494.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/releasenotes/notes/removed-as-of-ocata-436bb4b839e74494.yaml b/releasenotes/notes/removed-as-of-ocata-436bb4b839e74494.yaml index bab11c3bc6..730fa9e6ae 100644 --- a/releasenotes/notes/removed-as-of-ocata-436bb4b839e74494.yaml +++ b/releasenotes/notes/removed-as-of-ocata-436bb4b839e74494.yaml @@ -58,10 +58,11 @@ other: The ``keystone/service.py`` file has been removed, the logic has been moved to the ``keystone/version/service.py``. - > - The ``build_auth_context`` middleware has been removed. If your deployment - requires use of the `admin token`, update ``keystone-paste.ini`` so that - ``admin_token_auth`` is before ``build_auth_context`` in the paste - pipelines, otherwise remove the ``admin_token_auth`` middleware entirely. + The check for admin token from ``build_auth_context`` middleware has been + removed. If your deployment requires the use of `admin token`, update + ``keystone-paste.ini`` so that ``admin_token_auth`` is before + ``build_auth_context`` in the paste pipelines, otherwise remove the + ``admin_token_auth`` middleware from ``keystone-paste.ini`` entirely. - > The ``CONF [assignment] driver`` now defaults to ``sql``. Logic to determine the default assignment driver if one wasn't supplied through