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
This commit is contained in:
parent
39d9f87683
commit
9ef663a70f
1
lib/ceph
1
lib/ceph
@ -158,7 +158,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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user