Browse code

Merge "Don't uninstall ceph packages at cleanup"

Jenkins authored on 2015/07/09 12:33:39
Showing 1 changed files
... ...
@@ -162,7 +162,6 @@ function cleanup_ceph_embedded {
162 162
 
163 163
 function cleanup_ceph_general {
164 164
     undefine_virsh_secret
165
-    uninstall_package ceph ceph-common python-ceph libcephfs1 > /dev/null 2>&1
166 165
 }
167 166
 
168 167