Merge branch 'stable-2.8' into stable-2.9
[ganeti-local] / test / py / mocks.py
index 6d2312f..21481de 100644 (file)
@@ -46,7 +46,10 @@ class FakeConfig:
   def GetNodeList(self):
     return ["a", "b", "c"]
 
-  def GetHostKey(self):
+  def GetRsaHostKey(self):
+    return FAKE_CLUSTER_KEY
+
+  def GetDsaHostKey(self):
     return FAKE_CLUSTER_KEY
 
   def GetClusterName(self):