mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-2483: Fix base.py migrate volume method
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
2867c6a6df
commit
28c5fbcb05
@ -685,6 +685,7 @@ class Volume:
|
||||
timeout = timeout - 1
|
||||
return
|
||||
|
||||
@classmethod
|
||||
def migrate(cls, apiclient, **kwargs):
|
||||
"""Migrate a volume"""
|
||||
cmd = migrateVolume.migrateVolumeCmd()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user