From: Kyr Shatskyy Date: Sat, 20 Oct 2018 03:18:34 +0000 (+0200) Subject: teuthology-openstack: add banner after cluster creation X-Git-Tag: 1.1.0~211^2~31 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f5fd3b50b7a1c5b836949c51734ffdc91f233c81;p=teuthology.git teuthology-openstack: add banner after cluster creation When creating a teuthology openstack cluster and not requesting any suite suite run the teuthology-openstack quits silently not giving information where the cluster is created and how its services can be reached. This fix addresses the issue above. Signed-off-by: Kyr Shatskyy --- diff --git a/teuthology/openstack/__init__.py b/teuthology/openstack/__init__.py index f8876646c..908991c81 100644 --- a/teuthology/openstack/__init__.py +++ b/teuthology/openstack/__init__.py @@ -934,6 +934,7 @@ ssh access : ssh {identity}{username}@{ip} # logs in /usr/share/nginx/ if self.get_provider() != 'rackspace': self.create_security_group() self.create_cluster() + self.reminders() def setup_logs(self): """