From: Alina Quereilhac Date: Mon, 4 Aug 2014 15:06:29 +0000 (+0200) Subject: Allowing manual configuration of Public IP attribute for LinuxNode X-Git-Tag: nepi-3.2.0~101 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=204c15094d474acdd3dce99ee12f8866f53097fa;p=nepi.git Allowing manual configuration of Public IP attribute for LinuxNode --- 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,