Revision 28a90aff qa/qa_node.py

b/qa/qa_node.py
36 36
  elif readd and not node.get('_added', False):
37 37
    raise qa_error.Error("Node %s not yet in cluster" % node['primary'])
38 38

  
39
  cmd = ['gnt-node', 'add']
39
  cmd = ['gnt-node', 'add', "--no-ssh-key-check"]
40 40
  if node.get('secondary', None):
41 41
    cmd.append('--secondary-ip=%s' % node['secondary'])
42 42
  if readd:

Also available in: Unified diff