Add missing libvirt-start.sh

libvirt-start.sh was missing from nova-compute/nova-compute.  Add it
so libvirt is started from a fresh checkout of the repository.

Change-Id: I8b40819629b16e4a63102eb353b3c8682791cf9d
This commit is contained in:
Steven Dake 2014-10-21 09:56:01 -07:00
parent 9ad4337c6d
commit 51643d2fea

@ -0,0 +1,13 @@
#!/bin/sh
#/bin/chmod 666 /dev/kvm
echo "Starting guests."
/usr/libexec/libvirt-guests.sh start
echo "Starting virtlockd."
/usr/sbin/virtlockd &
sleep 3
echo "Starting libvirtd."
/usr/sbin/libvirtd &