Merge "Add search_opts into the method list() for qos specs"

This commit is contained in:
Jenkins 2015-07-06 17:31:45 +00:00 committed by Gerrit Code Review
commit adf0db00c6
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class QoSSpecsManager(base.ManagerWithFind):
"""
resource_class = QoSSpecs
def list(self):
def list(self, search_opts=None):
"""Get a list of all qos specs.
:rtype: list of :class:`QoSSpecs`.

View File

@ -43,7 +43,7 @@ class QoSSpecsManager(base.ManagerWithFind):
"""
resource_class = QoSSpecs
def list(self):
def list(self, search_opts=None):
"""Get a list of all qos specs.
:rtype: list of :class:`QoSSpecs`.