Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / planetlab / tap.py
index 0002c50..e59e94a 100644 (file)
@@ -30,7 +30,7 @@ PYTHON_VSYS_VERSION = "1.0"
 
 @clsinit_copy
 class PlanetlabTap(LinuxApplication):
-    _rtype = "PlanetlabTap"
+    _rtype = "planetlab::Tap"
     _help = "Creates a TAP device on a PlanetLab host"
     _backend = "planetlab"