Updated example scripts (Fedora repo update + ovsswitch)
[nepi.git] / src / nepi / resources / linux / tunnel.py
index b2a6f0f..7a78dc4 100644 (file)
@@ -65,7 +65,7 @@ class LinuxTunnel(LinuxApplication):
         return os.path.join(self.app_home(endpoint), self.ec.run_id)
 
     def endpoint_mkdir(self, endpoint):
-        self.endpoint.node.mkdir(self.run_home(self.endpoint))
+        endpoint.node.mkdir(self.run_home(endpoint))
 
     def initiate_connection(self, endpoint, remote_endpoint):
         raise NotImplementedError