Merge "Don't enforce microversion for stats API"

This commit is contained in:
Jenkins 2017-02-10 00:20:16 +00:00 committed by Gerrit Code Review
commit 94a8c87cc9
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ class StatsController(base.Controller):
def __init__(self, **kwargs):
super(StatsController, self).__init__()
@base.Controller.api_version("1.4") # noqa
@expose.expose(Stats, wtypes.text, wtypes.text)
def get_all(self, project_id=None, type="cluster"):
"""Retrieve magnum stats.