From: Dan Mick Date: Fri, 27 Mar 2015 00:00:38 +0000 (-0700) Subject: calamari_setup: Require test_image to be set X-Git-Tag: v10.2.6~165^2^2~519^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e3ec2fc7c4e26a4f5f9020d641928a72613d3f4e;p=ceph.git calamari_setup: Require test_image to be set Signed-off-by: Dan Mick --- diff --git a/tasks/calamari_setup.py b/tasks/calamari_setup.py index ab437b2b842..908f4bda462 100644 --- a/tasks/calamari_setup.py +++ b/tasks/calamari_setup.py @@ -185,6 +185,8 @@ def calamari_install(config, cal_svr): test_image = config['test_image'] + if not test_image: + raise RuntimeError('Must supply test image') log.info('calamari test image: %s' % test_image) delete_iceball = False