Merge "Remove commented code in cinderclient/v1/volumes.py"
This commit is contained in:
@@ -118,11 +118,6 @@ class Volume(base.Resource):
|
|||||||
"""Migrate the volume to a new host."""
|
"""Migrate the volume to a new host."""
|
||||||
self.manager.migrate_volume(self, host, force_host_copy)
|
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):
|
def update_all_metadata(self, metadata):
|
||||||
"""Update all metadata of this volume."""
|
"""Update all metadata of this volume."""
|
||||||
return self.manager.update_all_metadata(self, metadata)
|
return self.manager.update_all_metadata(self, metadata)
|
||||||
|
Reference in New Issue
Block a user