This reverts commit dc092ece1bd07e9fa6ed97de8b4a3f360b26725e.
---
qa/qa_node.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/qa/qa_node.py b/qa/qa_node.py
index 84f1b85..025683c 100644
--- a/qa/qa_node.py
+++ b/qa/qa_node.py
@@ -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']
+ cmd = ['gnt-node', 'add', "--no-ssh-key-check"]
if node.get('secondary', None):
cmd.append('--secondary-ip=%s' % node['secondary'])
if readd:
--
1.7.1