]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Erase openstack-utils when uninstalling OpenStack
authorZane Bitter <zbitter@redhat.com>
Tue, 17 Jul 2012 18:55:10 +0000 (14:55 -0400)
committerZane Bitter <zbitter@redhat.com>
Tue, 17 Jul 2012 18:59:29 +0000 (14:59 -0400)
Change-Id: I219a57fdd1b600f185cafdb31d611f16c92698c9
Signed-off-by: Zane Bitter <zbitter@redhat.com>
tools/openstack

index b4e9a5999707a0d5235b3456156803a78a7038c1..963dcccc7dd225a44fae123d76df9b3ca0f12314 100755 (executable)
@@ -90,7 +90,7 @@ function os_erase() {
 
     sudo rm -f /var/lib/libvirt/qemu/save/instance-000*
     sudo rm -f /var/lib/libvirt/qemu/instance-000*
-    sudo yum erase -y python-glance python-nova* python-keystone* openstack-swift* openstack-dashboard
+    sudo yum erase -y python-glance python-nova* python-keystone* openstack-swift* openstack-dashboard openstack-utils
 
     sudo systemctl start mysqld.service
     sleep 1