Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / planetlab / node.py
index dc70df5..01b8a85 100644 (file)
@@ -37,7 +37,7 @@ import weakref
 
 @clsinit_copy
 class PlanetlabNode(LinuxNode):
-    _rtype = "PlanetlabNode"
+    _rtype = "planetlab::Node"
     _help = "Controls a PlanetLab host accessible using a SSH key " \
             "associated to a PlanetLab user account"
     _backend = "planetlab"