From 718b2f2d90246d64b7502bb3d9c2517984f0e94f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 1 Apr 2010 11:05:37 +0000 Subject: [PATCH] uses the native node field name (latest BootUpdateNode supports both) --- source/steps/ChainBootNode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index 6e11cfd..292a901 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -143,7 +143,7 @@ def Run( vars, log ): pass update_vals= {} - update_vals['ssh_host_key']= ssh_host_key + update_vals['ssh_rsa_key']= ssh_host_key BootAPI.call_api_function( vars, "BootUpdateNode", (update_vals,) ) # get the kernel version -- 2.45.2