Skip to content
Snippets Groups Projects
Commit 338180f5 authored by René Nussbaumer's avatar René Nussbaumer
Browse files

Revert "Don't provide --no-ssh-key-check for QA"


This reverts commit dc092ece.

Signed-off-by: default avatarRené Nussbaumer <rn@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent 3ef51126
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ def _NodeAdd(node, readd=False): ...@@ -37,7 +37,7 @@ def _NodeAdd(node, readd=False):
elif readd and not node.get('_added', False): elif readd and not node.get('_added', False):
raise qa_error.Error("Node %s not yet in cluster" % node['primary']) 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): if node.get('secondary', None):
cmd.append('--secondary-ip=%s' % node['secondary']) cmd.append('--secondary-ip=%s' % node['secondary'])
if readd: if readd:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment