Fix neutron log format with colorization

Closes-Bug: #1254817

Change-Id: I6de17ef15c18e2f8ab246934461a2b7c6ae4f95f
This commit is contained in:
Salvatore Orlando 2013-11-25 10:11:14 -08:00
parent ad2966d727
commit bc7f643bb7

View File

@ -556,7 +556,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