From b0155412940f4a185b58ebd87761b8bdbfdeb6b1 Mon Sep 17 00:00:00 2001 From: Szilard Cserey Date: Wed, 19 Aug 2015 18:02:57 +0200 Subject: Adding prep script for Fuel Deployment Change-Id: If9bf1e1de27a0564a7d6fd0184dc80073bc060e6 Signed-off-by: Szilard Cserey (cherry picked from commit c4a78e86d6d0eafb754a2bab3323d117ae507494) --- common/ci/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/ci/clean.sh') 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 -- cgit 1.2.3-korg