From: Thierry Parmentelat Date: Sun, 2 Nov 2008 03:11:56 +0000 (+0000) Subject: the extensions node tag X-Git-Tag: BootManager-4.3-2~18 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=438c5fd27ee5e9b88ba256c2fdfa9ea2562aa5cd;p=bootmanager.git the extensions node tag --- diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index 2a13420..b36e601 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -93,7 +93,7 @@ def Run( vars, log ): # which extensions are we part of ? utils.breakpoint("Getting the extension tag on node") try: - extension_tag = BootAPI.call_api_function(vars, "GetNodeExtension", ([NODE_ID])) + extension_tag = BootAPI.call_api_function(vars, "GetNodeExtensions", ([NODE_ID])) extensions = extension_tag.split() except: