CLOUDSTACK-2483: Fix base.py migrate volume method

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
SrikanteswaraRao Talluri 2013-05-15 00:22:32 +05:30 committed by Prasanna Santhanam
parent 2867c6a6df
commit 28c5fbcb05

View File

@ -685,6 +685,7 @@ class Volume:
timeout = timeout - 1
return
@classmethod
def migrate(cls, apiclient, **kwargs):
"""Migrate a volume"""
cmd = migrateVolume.migrateVolumeCmd()