From c63eb9c07fbeccc69fa929fd78f0f17f81fcfe75 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Fri, 30 Jul 2010 20:47:50 +0200
Subject: [PATCH] RAPI client: Fix docstring for migrating instance

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 lib/rapi/client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/rapi/client.py b/lib/rapi/client.py
index 5edbece2b..498983154 100644
--- a/lib/rapi/client.py
+++ b/lib/rapi/client.py
@@ -949,7 +949,7 @@ class GanetiRapiClient(object):
                               (GANETI_RAPI_VERSION, instance)), None, body)
 
   def MigrateInstance(self, instance, mode=None, cleanup=None):
-    """Starts up an instance.
+    """Migrates an instance.
 
     @type instance: string
     @param instance: Instance name
-- 
GitLab