Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / planetlab / vroute.py
index 6b34f94..3c10d78 100644 (file)
@@ -31,7 +31,7 @@ PYTHON_VSYS_VERSION = "1.0"
 
 @clsinit_copy
 class PlanetlabVroute(LinuxApplication):
-    _rtype = "PlanetlabVroute"
+    _rtype = "planetlab::Vroute"
     _help = "Creates a Vroute on a PlanetLab host"
     _backend = "planetlab"