From 35b9beab06f6e14fd6eb37d29df3a9836b3a7483 Mon Sep 17 00:00:00 2001 From: tamil Date: Fri, 30 Aug 2013 17:35:15 -0700 Subject: [PATCH] s/ceph-debug/ceph-debuginfo for rpms Signed-off-by: tamil --- teuthology/task/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/task/install.py b/teuthology/task/install.py index 5653db4b367b9..fe646b838ca03 100644 --- a/teuthology/task/install.py +++ b/teuthology/task/install.py @@ -42,7 +42,7 @@ PACKAGES['ceph']['deb'] = [ 'librbd1-dbg', ] PACKAGES['ceph']['rpm'] = [ - 'ceph-debug', + 'ceph-debuginfo', 'ceph-radosgw', 'ceph-test', 'ceph-devel', @@ -541,7 +541,7 @@ deb_packages = {'ceph': [ ]} rpm_packages = {'ceph': [ - 'ceph-debug', + 'ceph-debuginfo', 'ceph-radosgw', 'ceph-test', 'ceph-devel', -- 2.39.5