summaryrefslogtreecommitdiffstats
path: root/common/ci/clean.sh
diff options
context:
space:
mode:
authorSzilard Cserey <szilard.cserey@ericsson.com>2015-08-19 18:02:57 +0200
committerTim Rozet <trozet@redhat.com>2015-09-01 14:51:54 +0000
commitb0155412940f4a185b58ebd87761b8bdbfdeb6b1 (patch)
tree2ca72adeae8767c6753c5314ae0a34715f268cd0 /common/ci/clean.sh
parentc3209cca2df3d068a109be0bc58059d5a402a56f (diff)
Adding prep script for Fuel Deployment
Change-Id: If9bf1e1de27a0564a7d6fd0184dc80073bc060e6 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com> (cherry picked from commit c4a78e86d6d0eafb754a2bab3323d117ae507494)
Diffstat (limited to 'common/ci/clean.sh')
-rwxr-xr-xcommon/ci/clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ci/clean.sh b/common/ci/clean.sh
index 7842762..bb47479 100755
--- a/common/ci/clean.sh
+++ b/common/ci/clean.sh
@@ -215,7 +215,7 @@ if rpm -qa | grep -iE 'libvirt|kvm'; then
fi
echo "${blue}Removing libvirt and kvm packages"
yum -y remove libvirt-*
- yum -y remove qemu-kvm-*
+ yum -y remove *qemu*
else
echo "${blue}libvirt/KVM is not installed${reset}"
fi