From ef2033be3411ade4e43225de0995fa27baa378fc Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Sat, 11 Jun 2011 16:09:04 -0500 Subject: Setup.py fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c54da52..1ddf18eb 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( entry_points={ 'paste.app_factory': ['main=identity:app_factory'], 'paste.filter_factory': [ - 'remoteauth=keystone:remoteauth_factory', + 'remoteauth=keystone.middleware.remoteauth:remoteauth_factory', 'tokenauth=keystone.auth_protocols.auth_token:filter_factory', ], }, -- cgit