From: Thierry Parmentelat Date: Thu, 23 Jul 2009 20:10:46 +0000 (+0000) Subject: make the extensions tag accessible through GetNodes/UpdateNode X-Git-Tag: PLCAPI-4.3-23~29 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=c03fe0399a3d6beabd7a1685156a1884d274965b make the extensions tag accessible through GetNodes/UpdateNode --- 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",