this is getting tedious..
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 19 Jul 2009 13:03:16 +0000 (13:03 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 19 Jul 2009 13:03:16 +0000 (13:03 +0000)
PLC/Methods/UpdateNode.py

index 1cf7a47..1f8efbc 100644 (file)
@@ -12,7 +12,7 @@ from PLC.Methods.AddNodeTag import AddNodeTag
 from PLC.Methods.UpdateNodeTag import UpdateNodeTag
 
 admin_only = [ 'key', 'session', 'boot_nonce', 'site_id']
-can_update = ['hostname', 'boot_state', 'model', 'version'] + admin_only 
+can_update = ['hostname', 'node_type', 'boot_state', 'model', 'version'] + admin_only 
 
 class UpdateNode(Method):
     """