From: Sage Weil Date: Mon, 29 Jul 2013 20:21:59 +0000 (-0700) Subject: install: include python-ceph in extras X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fda1f3aa145686d9a99040888d73cc14b2ebfa32;p=teuthology.git install: include python-ceph in extras Signed-off-by: Sage Weil --- diff --git a/teuthology/task/install.py b/teuthology/task/install.py index 85c1f549f..7be5f91a8 100644 --- a/teuthology/task/install.py +++ b/teuthology/task/install.py @@ -370,7 +370,7 @@ def install(ctx, config): extras = config.get('extras') if extras is not None: - debs = ['ceph-test', 'ceph-test-dbg', 'ceph-fuse', 'ceph-fuse-dbg'] + debs = ['ceph-test', 'ceph-test-dbg', 'ceph-fuse', 'ceph-fuse-dbg', 'python-ceph'] rpm = ['ceph-fuse',] # install lib deps (so we explicitly specify version), but do not