Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / planetlab / tun.py
index 6b4ff61..c5d5687 100644 (file)
@@ -26,7 +26,7 @@ import os
 class PlanetlabTun(PlanetlabTap):
     _rtype = "planetlab::Tun"
     _help = "Creates a TUN device on a PlanetLab host"
-    _backend = "planetlab"
+    _platform = "planetlab"
 
     def __init__(self, ec, guid):
         super(PlanetlabTun, self).__init__(ec, guid)