Skip to content

Commit

Permalink
Merge "Sync base identity Driver defs with SQL driver"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jan 16, 2013
2 parents a246c79 + 36c3b2e commit c16358f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keystone/identity/core.py
Expand Up @@ -335,7 +335,7 @@ def list_users(self):
"""
raise exception.NotImplemented()

def list_users_in_group(self, group_id, group):
def list_users_in_group(self, group_id):
"""List all users in a group.
:returns: a list of user_refs or an empty list.
Expand Down Expand Up @@ -501,7 +501,7 @@ def list_groups(self):
"""
raise exception.NotImplemented()

def list_groups_for_user(self, user_id, user):
def list_groups_for_user(self, user_id):
"""List all groups a user is in
:returns: a list of group_refs or an empty list.
Expand Down

0 comments on commit c16358f

Please sign in to comment.