Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / node.py
index 96c9acd..7092a67 100644 (file)
@@ -142,7 +142,7 @@ class LinuxNode(ResourceManager):
                     source compilation, file download, etc)
 
     """
-    _rtype = "LinuxNode"
+    _rtype = "linux::Node"
     _help = "Controls Linux host machines ( either localhost or a host " \
             "that can be accessed using a SSH key)"
     _backend_type = "linux"