From: Zack Cerza Date: Fri, 11 Jul 2014 20:40:45 +0000 (-0600) Subject: Add missing placeholder X-Git-Tag: v0.94.10~27^2^2~364^2~37 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4f61db90ec4bdda82dcbc8e38a2408dcf652e66d;p=ceph.git Add missing placeholder Signed-off-by: Zack Cerza --- diff --git a/teuthology/suite.py b/teuthology/suite.py index 588ca411dc0e..815de49d516d 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -633,7 +633,7 @@ dict_templ = { 'teuthology_branch': Placeholder('teuthology_branch'), 'machine_type': Placeholder('machine_type'), 'nuke-on-error': True, - 'os_type': {'distro': None}, + 'os_type': Placeholder('distro'), 'overrides': { 'admin_socket': { 'branch': Placeholder('ceph_branch'),