Merge "Fix 'search_opts' error with backup delete command"
This commit is contained in:
@@ -58,7 +58,7 @@ class VolumeBackupManager(base.ManagerWithFind):
|
||||
"""
|
||||
return self._get("/backups/%s" % backup_id, "backup")
|
||||
|
||||
def list(self, detailed=True):
|
||||
def list(self, detailed=True, search_opts=None):
|
||||
"""Get a list of all volume backups.
|
||||
|
||||
:rtype: list of :class:`VolumeBackup`
|
||||
|
||||
@@ -58,7 +58,7 @@ class VolumeBackupManager(base.ManagerWithFind):
|
||||
"""
|
||||
return self._get("/backups/%s" % backup_id, "backup")
|
||||
|
||||
def list(self, detailed=True):
|
||||
def list(self, detailed=True, search_opts=None):
|
||||
"""Get a list of all volume backups.
|
||||
|
||||
:rtype: list of :class:`VolumeBackup`
|
||||
|
||||
Reference in New Issue
Block a user