Merge "Change the libvirtd log level to DEBUG"

This commit is contained in:
Jenkins 2014-01-02 18:08:04 +00:00 committed by Gerrit Code Review
commit ed55010af8

View File

@ -93,6 +93,9 @@ EOF"
fi
fi
# Change the libvirtd log level to DEBUG.
sudo sed -i s/"#log_level = 3"/"log_level = 1"/ /etc/libvirt/libvirtd.conf
# The user that nova runs as needs to be member of **libvirtd** group otherwise
# nova-compute will be unable to use libvirt.
if ! getent group $LIBVIRT_GROUP >/dev/null; then