Merge "Add search_opts into the method list() for qos specs"
This commit is contained in:
commit
adf0db00c6
cinderclient
@ -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`.
|
||||
|
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user