diff options
author | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-08-19 18:02:57 +0200 |
---|---|---|
committer | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-08-19 18:10:37 +0200 |
commit | c4a78e86d6d0eafb754a2bab3323d117ae507494 (patch) | |
tree | 26cb7bf3407120b15809199591fbef1ffdd8dc76 /common/ci/clean.sh | |
parent | 3803c7a30c0e83c62fb5fb65204ce50adece27d4 (diff) |
Adding prep script for Fuel Deployment
Change-Id: If9bf1e1de27a0564a7d6fd0184dc80073bc060e6
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'common/ci/clean.sh')
-rwxr-xr-x | common/ci/clean.sh | 2 |
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 |