Merge "Remove extra param in list_manageable_snapshots" into stable/newton

This commit is contained in:
Jenkins 2016-09-22 19:49:46 +00:00 committed by Gerrit Code Review
commit 5eee3b8627
1 changed files with 1 additions and 1 deletions

View File

@ -4524,7 +4524,7 @@ class _VolumeV3Proxy(object):
def get_manageable_snapshots(self, ctxt, marker, limit, offset, sort_keys,
sort_dirs):
return self.manager.get_manageable_snapshots(
self, ctxt, marker, limit, offset, sort_keys, sort_dirs)
ctxt, marker, limit, offset, sort_keys, sort_dirs)
def get_capabilities(self, context, discover):
return self.manager.get_capabilities(context, discover)