Merge "Revert "Change the libvirtd log level to DEBUG""

This commit is contained in:
Jenkins 2014-01-17 04:44:24 +00:00 committed by Gerrit Code Review
commit 7f3e2a8d37

View File

@ -93,9 +93,6 @@ 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