Don't provide --no-ssh-key-check for QA
authorRené Nussbaumer <rn@google.com>
Fri, 20 Aug 2010 06:53:56 +0000 (08:53 +0200)
committerRené Nussbaumer <rn@google.com>
Fri, 20 Aug 2010 12:53:49 +0000 (14:53 +0200)
My last setup-ssh patch series removed this option. Though, this is
just a temporary fix as a patch series is coming which revert that
behaviour to the old state

Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

qa/qa_node.py

index 025683c..84f1b85 100644 (file)
@@ -37,7 +37,7 @@ def _NodeAdd(node, readd=False):
   elif readd and not node.get('_added', False):
     raise qa_error.Error("Node %s not yet in cluster" % node['primary'])
 
-  cmd = ['gnt-node', 'add', "--no-ssh-key-check"]
+  cmd = ['gnt-node', 'add']
   if node.get('secondary', None):
     cmd.append('--secondary-ip=%s' % node['secondary'])
   if readd: