summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2011-06-20 19:27:23 -0700
committertermie <github@anarkystic.com>2011-06-20 19:27:23 -0700
commit8cd7f5c8108c8911007fe1c1e9a37e23f21b0459 (patch)
treef57672e380d6bdc774994724ab07b5373fca2961 /bin
parent9a0ec99e2da07863cb4ea032a1b0c6b5d959a149 (diff)
downloadkeystone-8cd7f5c8108c8911007fe1c1e9a37e23f21b0459.tar.gz
keystone-8cd7f5c8108c8911007fe1c1e9a37e23f21b0459.tar.xz
keystone-8cd7f5c8108c8911007fe1c1e9a37e23f21b0459.zip
add get_tenants
Diffstat (limited to 'bin')
-rwxr-xr-xbin/keystone1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/keystone b/bin/keystone
index fa75bc01..ce361eae 100755
--- a/bin/keystone
+++ b/bin/keystone
@@ -33,6 +33,7 @@ if __name__ == '__main__':
public = service.Router()
admin = service.AdminRouter()
+ public = service.TokenAuthMiddleware(public)
public = service.JsonBodyMiddleware(public)
server = wsgi.Server()