From 204c15094d474acdd3dce99ee12f8866f53097fa Mon Sep 17 00:00:00 2001 From: Alina Quereilhac Date: Mon, 4 Aug 2014 17:06:29 +0200 Subject: [PATCH] Allowing manual configuration of Public IP attribute for LinuxNode --- src/nepi/resources/planetlab/tap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nepi/resources/planetlab/tap.py b/src/nepi/resources/planetlab/tap.py index 9a05422d..49ec41f3 100644 --- a/src/nepi/resources/planetlab/tap.py +++ b/src/nepi/resources/planetlab/tap.py @@ -385,7 +385,6 @@ class PlanetlabTap(LinuxApplication): # Set the remote endpoint self.set("pointopoint", remote_endpoint.get("ip4")) - print "REMOTE IP", remote_ip remote_ip = remote_endpoint.node.get("ip") local_port_file = os.path.join(connection_run_home, -- 2.47.0