Adding help and background class atrributes to ResourceManager
[nepi.git] / src / nepi / resources / planetlab / node.py
index 55464d3..3cd5b54 100644 (file)
@@ -32,6 +32,9 @@ import threading
 @clsinit_copy
 class PlanetlabNode(LinuxNode):
     _rtype = "PlanetlabNode"
+    _help = "Controls a PlanetLab host accessible using a SSH key " \
+            "associated to a PlanetLab user account"
+    _backend = "planetlab"
 
     blacklist = list()
     provisionlist = list()