From 5d1b15cca9281fc60c6ad5b65deb7d72935ef211 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 27 Oct 2015 09:09:24 +0900 Subject: [PATCH] openstack: the web interface is pulpito Signed-off-by: Loic Dachary --- teuthology/openstack/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/openstack/__init__.py b/teuthology/openstack/__init__.py index d0a4ba246a..2437091110 100644 --- a/teuthology/openstack/__init__.py +++ b/teuthology/openstack/__init__.py @@ -346,8 +346,8 @@ class TeuthologyOpenStack(OpenStack): else: upload = '' log.info(""" -web interface: http://{ip}:8081/ -ssh access : ssh {identity}{username}@{ip} # logs in /usr/share/nginx/html +pulpito web interface: http://{ip}:8081/ +ssh access : ssh {identity}{username}@{ip} # logs in /usr/share/nginx/html {upload}""".format(ip=ip, username=self.username, identity=identity, -- 2.39.5