Skip to content

Commit 28c5fbc

Browse files
SrikanteswaraRao TalluriPrasanna Santhanam
authored andcommitted
CLOUDSTACK-2483: Fix base.py migrate volume method
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 2867c6a commit 28c5fbc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/marvin/marvin/integration/lib

tools/marvin/marvin/integration/lib/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ def wait_for_upload(self, apiclient, timeout=5, interval=60):
685685
timeout = timeout - 1
686686
return
687687

688+
@classmethod
688689
def migrate(cls, apiclient, **kwargs):
689690
"""Migrate a volume"""
690691
cmd = migrateVolume.migrateVolumeCmd()

0 commit comments

Comments
 (0)