Merge "functions-libvirt: Enable DEBUG_LIBVIRT config attribute by default"

This commit is contained in:
Jenkins 2015-04-03 14:29:08 +00:00 committed by Gerrit Code Review
commit d64fbaa2a0

View File

@ -14,8 +14,11 @@ set +o xtrace
# Defaults
# --------
# if we should turn on massive libvirt debugging
DEBUG_LIBVIRT=$(trueorfalse False DEBUG_LIBVIRT)
# Turn on selective debug log filters for libvirt.
# (NOTE: Enabling this by default, because the log filters enabled in
# 'configure_libvirt' function further below are _selective_ and not
# extremely verbose.)
DEBUG_LIBVIRT=$(trueorfalse True DEBUG_LIBVIRT)
# Installs required distro-specific libvirt packages.
function install_libvirt {