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.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9d874cbf89f7fdf1e06caefa993e7b743e404759;p=teuthology.git Pass --wait to downburst Signed-off-by: Zack Cerza --- diff --git a/teuthology/provision.py b/teuthology/provision.py index fcfa51bfbf..8b13c33840 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,