]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology-openstack: add banner after cluster creation
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Sat, 20 Oct 2018 03:18:34 +0000 (05:18 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 14 Oct 2019 14:47:01 +0000 (16:47 +0200)
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 <kyrylo.shatskyy@suse.de>
teuthology/openstack/__init__.py

index f8876646c40e0888a06552d54dd4cc60ae5d0d50..908991c81e12154cf2a83f369a8f0567f21c20d0 100644 (file)
@@ -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):
         """