Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / planetlab / tap.py
index 2f2975a..0066b90 100644 (file)
@@ -32,7 +32,7 @@ PYTHON_VSYS_VERSION = "1.0"
 class PlanetlabTap(LinuxApplication):
     _rtype = "planetlab::Tap"
     _help = "Creates a TAP device on a PlanetLab host"
-    _backend = "planetlab"
+    _platform = "planetlab"
 
     @classmethod
     def _register_attributes(cls):