From 8f3d56ade54bf5b21bbc2e2e23bdfa9ec8d42a92 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 11 Jul 2011 20:32:07 -0700 Subject: [PATCH] include sha1 in summary Redundant (there's also a ceph-sha1 file), but convenient. --- teuthology/task/ceph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 15785f5b9c..e599e1fe87 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -109,6 +109,7 @@ def binaries(ctx, config): flavor=config.get('flavor'), ) ctx.summary['flavor'] = config.get('flavor', 'default') + ctx.summary['ceph-sha1'] = sha1 if ctx.archive is not None: with file(os.path.join(ctx.archive, 'ceph-sha1'), 'w') as f: f.write(sha1 + '\n') -- 2.39.5