Remove commented code in cinderclient/v1/volumes.py
migrate_volume_completion() function in Volume class was commented out when it was added. It hasn't been changed since then. This change remove it. Change-Id: Iad8c88e20268265f9063e2faa2a21514439150ad
This commit is contained in:
parent
fdf6fd1d67
commit
200aeae76c
@ -118,11 +118,6 @@ class Volume(base.Resource):
|
||||
"""Migrate the volume to a new host."""
|
||||
self.manager.migrate_volume(self, host, force_host_copy)
|
||||
|
||||
# def migrate_volume_completion(self, old_volume, new_volume, error):
|
||||
# """Complete the migration of the volume."""
|
||||
# self.manager.migrate_volume_completion(self, old_volume,
|
||||
# new_volume, error)
|
||||
|
||||
def update_all_metadata(self, metadata):
|
||||
"""Update all metadata of this volume."""
|
||||
return self.manager.update_all_metadata(self, metadata)
|
||||
|
Loading…
x
Reference in New Issue
Block a user