From: Sage Weil Date: Wed, 27 Feb 2013 18:40:50 +0000 (-0800) Subject: ceph-fuse: fix install_debs call with new syntax X-Git-Tag: 1.1.0~2278 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1e6e8aeb7fdf3686ca083bd9dffe5a24c66e16e7;p=teuthology.git ceph-fuse: fix install_debs call with new syntax Signed-off-by: Sage Weil --- diff --git a/teuthology/task/ceph-fuse.py b/teuthology/task/ceph-fuse.py index caed1345b..3943091c8 100644 --- a/teuthology/task/ceph-fuse.py +++ b/teuthology/task/ceph-fuse.py @@ -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(