]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
s/ceph-debug/ceph-debuginfo for rpms
authortamil <tamil.muthamizhan@inktank.com>
Sat, 31 Aug 2013 00:35:15 +0000 (17:35 -0700)
committerSage Weil <sage@inktank.com>
Sat, 31 Aug 2013 00:35:15 +0000 (17:35 -0700)
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
teuthology/task/install.py

index 5653db4b367b9b075bde9d02dcb4b4fd420f5383..fe646b838ca038c2f15408ddc1a723b132b9263e 100644 (file)
@@ -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',