Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / planetlab / openvswitch / ovs.py
index 84e45e1..178b501 100644 (file)
@@ -39,11 +39,11 @@ class OVSSwitch(LinuxApplication):
 
     """
 
-    _rtype = "OVSSwitch"
+    _rtype = "planetlab::OVSSwitch"
     _help = "Runs an OpenVSwitch on a PlanetLab host"
     _backend = "planetlab"
 
-    _authorized_connections = ["PlanetlabNode", "OVSPort", "LinuxNode"]       
+    _authorized_connections = ["planetlab::Node", "planetla::OVSPort", "linux::Node"]       
 
     @classmethod
     def _register_attributes(cls):