From: Ian Main Date: Fri, 19 Oct 2012 18:30:27 +0000 (-0700) Subject: Start and enable libvirtd. X-Git-Tag: 2014.1~1287^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0f108b72dea71d9667a573d5661a301bdeec99cb;p=openstack-build%2Fheat-build.git Start and enable libvirtd. Just did a fresh install on fedora 17 and found libvirt was not running by default which caused nova to not start. Explicitly enable it. Change-Id: Id244af934007020d1a9f263dd71f04e5950dd2c5 Signed-off-by: Ian Main --- diff --git a/tools/openstack b/tools/openstack index 75030617..bc194ecc 100755 --- a/tools/openstack +++ b/tools/openstack @@ -155,6 +155,8 @@ function os_install() { sudo yum -q -y install openstack-utils openstack-nova openstack-glance openstack-keystone openstack-dashboard scsi-target-utils qpid-cpp-server mysql-server qpid-cpp-server-daemon sudo dd if=/dev/zero of=/var/lib/nova/nova-volumes.img bs=1M seek=20k count=0 sudo systemctl start mysqld.service + sudo systemctl enable libvirtd.service + sudo systemctl start libvirtd.service sleep 1 # Configure the databases sudo openstack-db --service nova --init $*