diff options
| author | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-06-13 13:23:29 -0500 |
|---|---|---|
| committer | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-06-13 13:23:29 -0500 |
| commit | f0567818f3e86357dca815fa2cc0d7a7647d5e4d (patch) | |
| tree | 6035d1bef00b912de4f73276bb25320efe6ec991 /setup.py | |
| parent | 59d9bb49649a3c2de6122e0461ad5d9298b1fd85 (diff) | |
| parent | ef2033be3411ade4e43225de0995fa27baa378fc (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', ], }, |
