Merge "Fix neutron log format with colorization"

This commit is contained in:
Jenkins 2013-12-02 01:12:34 +00:00 committed by Gerrit Code Review
commit 8c57e28813

View File

@ -565,7 +565,7 @@ function _configure_neutron_common() {
# Format logging
if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
setup_colorized_logging $NEUTRON_CONF DEFAULT
setup_colorized_logging $NEUTRON_CONF DEFAULT project_id
fi
_neutron_setup_rootwrap