Browse code

Don't uninstall ceph packages at cleanup

We stop the services, which should be sufficient.
Uninstalling the packages means that doing repeated
runs with devstack takes longer than necessary.

Change-Id: I5626e42ce83710690a3523439bb2c9c9af560cd9

Eric Harney authored on 2015/07/07 22:34:33
Showing 1 changed files
... ...
@@ -158,7 +158,6 @@ function cleanup_ceph_embedded {
158 158
 
159 159
 function cleanup_ceph_general {
160 160
     undefine_virsh_secret
161
-    uninstall_package ceph ceph-common python-ceph libcephfs1 > /dev/null 2>&1
162 161
 }
163 162
 
164 163