]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Pass --wait to downburst 881/head
authorZack Cerza <zack@redhat.com>
Thu, 16 Jun 2016 21:08:34 +0000 (15:08 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 16 Jun 2016 21:14:56 +0000 (15:14 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/provision.py

index fcfa51bfbf0a10d0a10a7c64cf91b5432a1ca69f..8b13c3384072e524401c1cd8e408b39f8009b07b 100644 (file)
@@ -113,6 +113,7 @@ class Downburst(object):
             self.executable,
             '-c', self.host,
             'create',
+            '--wait',
             '--meta-data=%s' % self.config_path,
             '--user-data=%s' % self.user_path,
             shortname,