]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Save the flavor of a run in the summary file.
authorJosh Durgin <josh.durgin@dreamhost.com>
Mon, 20 Jun 2011 23:45:05 +0000 (16:45 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 21 Jun 2011 18:02:43 +0000 (11:02 -0700)
teuthology/task/ceph.py

index d3ffc7bdb813ebb7ca956b3dd4e45cbbefb99140..d0c864497d31e21b71ff6473c90ff96b93f67bfe 100644 (file)
@@ -108,6 +108,7 @@ def binaries(ctx, config):
         sha1=config.get('sha1'),
         flavor=config.get('flavor'),
         )
+    ctx.summary['flavor'] = config.get('flavor', 'default')
     if ctx.archive is not None:
         with file(os.path.join(ctx.archive, 'ceph-sha1'), 'w') as f:
             f.write(sha1 + '\n')