From 74a421b5893237837cf948b9c76abe93c684fe7d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 28 Aug 2015 16:52:06 -0400 Subject: [PATCH] suite: pass dev-commit: to ceph-deploy Use the new ceph-deploy install --dev-commit option to inform the install. Signed-off-by: Sage Weil --- teuthology/suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/suite.py b/teuthology/suite.py index 91454f98c..f48fa4191 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -1006,7 +1006,7 @@ dict_templ = { }, 'ceph-deploy': { 'branch': { - 'dev': Placeholder('ceph_branch'), + 'dev-commit': Placeholder('ceph_hash'), }, 'conf': { 'client': { -- 2.47.3