]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph-fuse: fix install_debs call with new syntax
authorSage Weil <sage@inktank.com>
Wed, 27 Feb 2013 18:40:50 +0000 (10:40 -0800)
committerSage Weil <sage@inktank.com>
Wed, 27 Feb 2013 18:40:50 +0000 (10:40 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/ceph-fuse.py

index caed1345bf172c80d14e223874b94d2f2e3797cf..3943091c88c053ce9f04d6c6a07cb243d30c8f40 100644 (file)
@@ -74,8 +74,8 @@ def task(ctx, config):
         # install ceph fuse package
         install_task.install_debs(ctx,
                                   ['ceph-fuse', 'ceph-fuse-dbg'],
-                                  config.get('branch', 'master'),
-                                  flavor)
+                                  {'branch': config.get('branch', 'master'),
+                                   'flavor': flavor})
 
         mnt = os.path.join(testdir, 'mnt.{id}'.format(id=id_))
         log.info('Mounting ceph-fuse client.{id} at {remote} {mnt}...'.format(