From: Thierry Parmentelat Date: Thu, 1 Apr 2010 11:05:37 +0000 (+0000) Subject: uses the native node field name (latest BootUpdateNode supports both) X-Git-Tag: BootManager-5.0-3~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=718b2f2d90246d64b7502bb3d9c2517984f0e94f;p=bootmanager.git uses the native node field name (latest BootUpdateNode supports both) --- 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