Merge "Correct logging_context_format_string for Ironic"

This commit is contained in:
Jenkins 2015-07-10 08:54:50 +00:00 committed by Gerrit Code Review
commit 52ba3fb4d6

@ -285,7 +285,7 @@ function configure_ironic {
# Format logging
if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
setup_colorized_logging $IRONIC_CONF_FILE DEFAULT
setup_colorized_logging $IRONIC_CONF_FILE DEFAULT tenant user
fi
if [[ "$IRONIC_IPXE_ENABLED" == "True" ]]; then