[Openstack-docs] [openstack/keystone] DocImpact review request change I4b116a81ad2239fd9941101d40ba3fdac7b97f11

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Wed Mar 13 16:27:44 UTC 2013


Hi, I'd like you to take a look at this patch for potential
DocImpact.
https://review.openstack.org/24251

Log:
commit c48df27131a2eb6e160d81e8fac954a17d57645f
Author: Dolph Mathews <dolph.mathews at gmail.com>
Date:   Wed Mar 13 11:26:09 2013 -0500

    End compat for keystone.middleware.auth_token
    
    During grizzly, we supported both keystone.middleware.auth_token (folsom
    default) and keystoneclient.middleware.auth_token (grizzly default);
    this patch ends support for that backward compatibility.
    
    This forces users to upgrade their configuration to refer directly to
    the latest middleware, which must now be installed anyway (via
    keystoneclient).
    
    When configuring the middleware for inclusion in (for example)
    nova's pipeline, you used to do:
    
      [filter:auth_token]
      paste.filter_factory = keystone.middleware.auth_token:filter_factory
    
    Which must now be updated to:
    
      [filter:auth_token]
      paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
    
    Fixes bug 1143998.
    
    DocImpact - see https://review.openstack.org/#/c/24253/
    
    Change-Id: I4b116a81ad2239fd9941101d40ba3fdac7b97f11




More information about the Openstack-docs mailing list