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:
parent
9ad4337c6d
commit
51643d2fea
13
docker/nova-compute/nova-compute/libvirt-start.sh
Executable file
13
docker/nova-compute/nova-compute/libvirt-start.sh
Executable file
@ -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 &
|
Loading…
x
Reference in New Issue
Block a user