From 28ef45101c400221cf92a8506dfe78f5d89efe22 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Fri, 16 Nov 2012 15:52:10 -0800 Subject: [PATCH] Use the auth_token middleware from keystoneclient The auth_token middleware moved into keystoneclient so a full keystone install is not required to use the middleware. Change-Id: I788300449e37ba1732f6482ebce5f480a2c14a41 --- etc/nova/api-paste.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nova/api-paste.ini b/etc/nova/api-paste.ini index 3970974c08a2..85603fe5952d 100644 --- a/etc/nova/api-paste.ini +++ b/etc/nova/api-paste.ini @@ -117,7 +117,7 @@ paste.app_factory = nova.api.openstack.volume.versions:Versions.factory paste.filter_factory = nova.api.auth:NovaKeystoneContext.factory [filter:authtoken] -paste.filter_factory = keystone.middleware.auth_token:filter_factory +paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory auth_host = 127.0.0.1 auth_port = 35357 auth_protocol = http