ec_shutdown
[nepi.git] / src / nepi / resources / planetlab / node.py
index 55464d3..b26a4f3 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()
@@ -190,7 +193,6 @@ class PlanetlabNode(LinuxNode):
         cls._register_attribute(min_cpu)
         cls._register_attribute(max_cpu)
         cls._register_attribute(timeframe)
-        
 
     def __init__(self, ec, guid):
         super(PlanetlabNode, self).__init__(ec, guid)