Browse code

Correct logging_context_format_string for Heat

We should use "tenant" and "user" instead of "project_name" and
"user_name" by calling setup_colorized_logging with these parameters.

Change-Id: I47820c890bf4585e7c8f64c41f48d7576ca56862
Closes-Bug: 1237314

Arata Notsu authored on 2013/10/09 18:49:32
Showing 1 changed files
... ...
@@ -86,7 +86,7 @@ function configure_heat() {
86 86
     iniset $HEAT_CONF DEFAULT use_syslog $SYSLOG
87 87
     if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
88 88
         # Add color to logging output
89
-        setup_colorized_logging $HEAT_CONF DEFAULT
89
+        setup_colorized_logging $HEAT_CONF DEFAULT tenant user
90 90
     fi
91 91
 
92 92
     # keystone authtoken