summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-06-13 13:23:29 -0500
committerKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-06-13 13:23:29 -0500
commitf0567818f3e86357dca815fa2cc0d7a7647d5e4d (patch)
tree6035d1bef00b912de4f73276bb25320efe6ec991 /setup.py
parent59d9bb49649a3c2de6122e0461ad5d9298b1fd85 (diff)
parentef2033be3411ade4e43225de0995fa27baa378fc (diff)
Merge branch 'master' of git://github.com/rackspace/keystone
Conflicts: keystone/test/functional/test_tokens.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',
],
},