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
This commit is contained in:
Vishvananda Ishaya 2012-11-16 15:52:10 -08:00
parent 16266a4afb
commit 28ef45101c
1 changed files with 1 additions and 1 deletions

View File

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