CLOUDSTACK-2483: Fix base.py migrate volume method Signed-off-by: Prasanna Santhanam <t...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/28c5fbcb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/28c5fbcb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/28c5fbcb Branch: refs/heads/vmware-datamodel Commit: 28c5fbcb05750b91a54acfa84f0b59b03c7ce794 Parents: 2867c6a Author: SrikanteswaraRao Talluri <srikanteswararao.tall...@citrix.com> Authored: Wed May 15 00:22:32 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Fri May 17 14:24:47 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/integration/lib/base.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/28c5fbcb/tools/marvin/marvin/integration/lib/base.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/integration/lib/base.py b/tools/marvin/marvin/integration/lib/base.py index a811f14..f3a96bd 100755 --- a/tools/marvin/marvin/integration/lib/base.py +++ b/tools/marvin/marvin/integration/lib/base.py @@ -685,6 +685,7 @@ class Volume: timeout = timeout - 1 return + @classmethod def migrate(cls, apiclient, **kwargs): """Migrate a volume""" cmd = migrateVolume.migrateVolumeCmd()