]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: remove debug line that does not print
authorLoic Dachary <ldachary@redhat.com>
Tue, 25 Aug 2015 08:17:05 +0000 (10:17 +0200)
committerLoic Dachary <ldachary@redhat.com>
Wed, 2 Sep 2015 22:02:39 +0000 (00:02 +0200)
It misses the IP that was set previous to 20bdef4b7892178d5e0fb8fa23beae52ba143eb2

Signed-off-by: Loic Dachary <loic@dachary.org>
teuthology/openstack/__init__.py

index 22669844112bbd29abb8d69aaf0bbd5a671dca09..6d2945cb9d9274c43141223dad7c8e8b88082cb2 100644 (file)
@@ -358,7 +358,6 @@ ssh access   : ssh {identity}{username}@{ip} # logs in /usr/share/nginx/html
         if self.key_filename:
             log.debug("ssh overriding key with " + self.key_filename)
             client_args['key_filename'] = self.key_filename
-        log.debug("ssh " + self.username + "@" + str(ip) + " " + command)
         client = connection.connect(**client_args)
         stdin, stdout, stderr = client.exec_command(command)
         stdout.channel.settimeout(300)