Revert "Change the libvirtd log level to DEBUG"

Suggested by Daniel Berrange in this thread:
http://lists.openstack.org/pipermail/openstack-dev/2014-January/024407.html

This reverts commit 3bd85c9d6e.

Change-Id: I370ba61cf8a00b51684cd504fed4ba4078d868be
This commit is contained in:
Steven Dake 2014-01-15 10:56:51 -07:00
parent b200b1d4dd
commit d5a5460888

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