Skip to content

Commit

Permalink
get_for_tenant is a list call
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepsonthefloor committed Sep 23, 2011
1 parent 3033962 commit b3481d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstackx/extras/users.py
Expand Up @@ -58,4 +58,4 @@ def list(self):
return self._list("/users", "users")

def get_for_tenant(self, tenant_id):
return self._get("/tenants/%s/users" % tenant_id, "users")
return self._list("/tenants/%s/users" % tenant_id, "users")

0 comments on commit b3481d2

Please sign in to comment.