From 438c5fd27ee5e9b88ba256c2fdfa9ea2562aa5cd Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 2 Nov 2008 03:11:56 +0000 Subject: [PATCH] the extensions node tag --- source/steps/InstallBootstrapFS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.0