Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / linux / node.py
index 7092a67..e63a92e 100644 (file)
@@ -145,7 +145,7 @@ class LinuxNode(ResourceManager):
     _rtype = "linux::Node"
     _help = "Controls Linux host machines ( either localhost or a host " \
             "that can be accessed using a SSH key)"
-    _backend_type = "linux"
+    _platform = "linux"
 
     @classmethod
     def _register_attributes(cls):