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

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Tue Mar 12 22:13:24 UTC 2013


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

Log:
commit 183e2812f6472ad321d9188f76a67f72642c3442
Author: Dolph Mathews <dolph.mathews at gmail.com>
Date:   Tue Mar 12 17:04:44 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
    
    Change-Id: I4b116a81ad2239fd9941101d40ba3fdac7b97f11




More information about the Openstack-docs mailing list