Skip to content

Commit

Permalink
Merge "Fixed typo in routing conditions (bug 1006793)"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 19, 2012
2 parents bda35f2 + a68d530 commit 720b764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keystone/identity/core.py
Expand Up @@ -202,7 +202,7 @@ def add_routes(self, mapper):
mapper.connect('/tenants',
controller=tenant_controller,
action='get_tenants_for_token',
conditions=dict(methods=['GET']))
conditions=dict(method=['GET']))


class AdminRouter(wsgi.ComposableRouter):
Expand Down

0 comments on commit 720b764

Please sign in to comment.