test authtoken filter api-paste change re: bug 1428770

This commit is contained in:
Ryan Beisner 2015-03-05 18:01:35 +00:00
parent 71f37df647
commit 5f81d98cde

View File

@ -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]