Add qpid-cpp-server to the openstack setup script

Change-Id: Ie63b1031583091b5bdfd52f79e59b841f21ee778
This commit is contained in:
Tomas Sedovic 2012-06-04 16:44:20 +02:00
parent 93ea554c0e
commit ba49964211
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,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 qpid-cpp-server
sudo systemctl start mysqld.service
sleep 1
@ -98,7 +98,7 @@ function os_erase() {
function os_install() {
sudo yum install -y openstack-utils openstack-nova openstack-glance openstack-keystone openstack-dashboard scsi-target-utils
sudo yum install -y openstack-utils openstack-nova openstack-glance openstack-keystone openstack-dashboard scsi-target-utils qpid-cpp-server
sudo dd if=/dev/zero of=/var/lib/nova/nova-volumes.img bs=1M seek=20k count=0
sudo systemctl start mysqld.service
sleep 1