mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue