summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2012-11-16 15:52:10 -0800
committerVishvananda Ishaya <vishvananda@gmail.com>2012-11-16 15:52:10 -0800
commit28ef45101c400221cf92a8506dfe78f5d89efe22 (patch)
treef2318793c3256ff2f4cfb1118f3ab642dead982c
parent16266a4afbfdbed5e3c2334e03e2c9c43b133020 (diff)
downloadnova-28ef45101c400221cf92a8506dfe78f5d89efe22.tar.gz
nova-28ef45101c400221cf92a8506dfe78f5d89efe22.tar.xz
nova-28ef45101c400221cf92a8506dfe78f5d89efe22.zip
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
-rw-r--r--etc/nova/api-paste.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nova/api-paste.ini b/etc/nova/api-paste.ini
index 3970974c0..85603fe59 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