Merge "Fix the issue with stats API call"

This commit is contained in:
Jenkins 2014-04-18 15:31:28 +00:00 committed by Gerrit Code Review
commit bf492e0294
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ class RequestStatisticsManager(base.Manager):
resource_class = RequestStatistics
def list(self):
return self._list('/v1/stats', 'stats')
return self._list('/v1/stats')