From 881bbb143c38ba037188ebd2da8529441546f06b Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Tue, 24 May 2011 09:42:14 -0700 Subject: midnight typo --- docs/nova-api-paste.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/nova-api-paste.ini') diff --git a/docs/nova-api-paste.ini b/docs/nova-api-paste.ini index cb593ce0..b4a94557 100644 --- a/docs/nova-api-paste.ini +++ b/docs/nova-api-paste.ini @@ -83,7 +83,7 @@ paste.filter_factory = nova.api.openstack:FaultWrapper.factory paste.filter_factory = nova.api.openstack.auth:AuthMiddleware.factory [filter:tokenauth] -paste.filter_factory = keystone.auth_protocols.nova_auth_token:filter_factory +paste.filter_factory = keystone.auth_protocols.auth_token:filter_factory service_protocol = http service_host = 127.0.0.1 service_port = 808 @@ -93,7 +93,7 @@ auth_protocol = http admin_token = 999888777666 [filter:auth_shim] -paste.filter_factory = keystone.auth_protocols.auth_token:KeystoneAuthShim.factory +paste.filter_factory = keystone.auth_protocols.nova_auth_token:KeystoneAuthShim.factory [filter:ratelimit] paste.filter_factory = nova.api.openstack.limits:RateLimitingMiddleware.factory -- cgit