From c03fe0399a3d6beabd7a1685156a1884d274965b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 23 Jul 2009 20:10:46 +0000 Subject: [PATCH] make the extensions tag accessible through GetNodes/UpdateNode --- PLC/Accessors/Accessors_standard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Accessors/Accessors_standard.py b/PLC/Accessors/Accessors_standard.py index af7e316..c1bf928 100644 --- a/PLC/Accessors/Accessors_standard.py +++ b/PLC/Accessors/Accessors_standard.py @@ -39,7 +39,7 @@ define_accessors(current_module, Node, "Deployment", "deployment", # extension define_accessors(current_module, Node, "Extensions", "extensions", "node/config", "space-separated list of extensions to install", - get_roles=all_roles, set_roles=["admin"]) + get_roles=all_roles, set_roles=["admin"],expose_in_api=True) # test nodes perform their installation from an uncompressed bootstrapfs define_accessors(current_module, Node, "PlainBootstrapfs", "plain-bootstrapfs", "node/config", "use uncompressed bootstrapfs when set", -- 2.43.0