
Adds basic skeleton/structure with stubs. Changes are done as per Roger Luethi's scripts. These changes are done to incorporate various features like logging, multi-os setup etc. These scripts may also target more virtualization products like KVM, LXC down the roadmap. blueprint openstack-training-labs Change-Id: I0bb33b518080f8a9b9c0e1624f43a66337eb8278
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
# Defaults for libvirt-bin initscript (/etc/init.d/libvirt-bin)
|
|
# This is a POSIX shell fragment
|
|
|
|
# Start libvirtd to handle qemu/kvm:
|
|
start_libvirtd="yes"
|
|
|
|
# options passed to libvirtd, add "-l" to listen on tcp
|
|
libvirtd_opts="-d -l"
|
|
|
|
# pass in location of kerberos keytab
|
|
#export KRB5_KTNAME=/etc/libvirt/libvirt.keytab
|