Merge "Don't uninstall ceph packages at cleanup"

This commit is contained in:
Jenkins 2015-07-09 03:33:39 +00:00 committed by Gerrit Code Review
commit 229b95c477

View File

@ -162,7 +162,6 @@ function cleanup_ceph_embedded {
function cleanup_ceph_general { function cleanup_ceph_general {
undefine_virsh_secret undefine_virsh_secret
uninstall_package ceph ceph-common python-ceph libcephfs1 > /dev/null 2>&1
} }