From 5f81d98cde65e774ed298586125584cf382f1cdc Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Thu, 5 Mar 2015 18:01:35 +0000 Subject: [PATCH] test authtoken filter api-paste change re: bug 1428770 --- templates/api-paste.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/api-paste.ini b/templates/api-paste.ini index bd5af18..0c56cbc 100644 --- a/templates/api-paste.ini +++ b/templates/api-paste.ini @@ -84,7 +84,8 @@ paste.filter_factory = heat.common.auth_url:filter_factory # Auth middleware that validates token against keystone [filter:authtoken] -paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory +#paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory +paste.filter_factory = keystonemiddleware.auth_token:filter_factory # Auth middleware that validates username/password against keystone [filter:authpassword]