Adding help and background class atrributes to ResourceManager
[nepi.git] / src / nepi / resources / linux / node.py
index d71d21f..b50d7fa 100644 (file)
@@ -142,6 +142,9 @@ class LinuxNode(ResourceManager):
 
     """
     _rtype = "LinuxNode"
+    _help = "Controls Linux host machines ( either localhost or a host " \
+            "that can be accessed using a SSH key)"
+    _backend_type = "linux"
 
     @classmethod
     def _register_attributes(cls):