commit | 9ef663a70fb02d4829b4c5a50f7fe6ef3ec6a8b4 | [log] [tgz] |
---|---|---|
author | Eric Harney <eharney@redhat.com> | Tue Jul 07 09:34:33 2015 -0400 |
committer | Eric Harney <eharney@redhat.com> | Tue Jul 07 09:40:08 2015 -0400 |
tree | b3b0568f61b8a928e16e9d900672bd9a488c637a | |
parent | 39d9f87683db3b21b7d9aacdc4101a585131d578 [diff] |
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
diff --git a/lib/ceph b/lib/ceph index 16dcda2..04e05e7 100644 --- a/lib/ceph +++ b/lib/ceph
@@ -158,7 +158,6 @@ function cleanup_ceph_general { undefine_virsh_secret - uninstall_package ceph ceph-common python-ceph libcephfs1 > /dev/null 2>&1 }