From 836c75b9a081b4a4d7908c5f1c64ee4d0f70c9bc Mon Sep 17 00:00:00 2001 From: Kim Chesed Paller <73711098+kimpaller@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:30:11 +0800 Subject: [PATCH] Update tasks.py: run_command Set default credentials to None. This allows nebula to fetch credentials from nebula-config --- nebula/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nebula/tasks.py b/nebula/tasks.py index df4f31f1..dbe6e165 100644 --- a/nebula/tasks.py +++ b/nebula/tasks.py @@ -1282,8 +1282,8 @@ def run_diagnostics( def run_command( c, ip=None, - user="root", - password="analog", + user=None, + password=None, yamlfilename="/etc/default/nebula", board_name=None, command=None,