From: Zack Cerza Date: Thu, 16 Jun 2016 21:08:34 +0000 (-0600) Subject: Pass --wait to downburst X-Git-Tag: 1.1.0~599^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F881%2Fhead;p=teuthology.git Pass --wait to downburst Signed-off-by: Zack Cerza --- diff --git a/teuthology/provision.py b/teuthology/provision.py index fcfa51bfb..8b13c3384 100644 --- a/teuthology/provision.py +++ b/teuthology/provision.py @@ -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,