Enable colorized logging in devstack plugin

Change-Id: Idc8e25a4ee71e1876bceb83528ca335d35faff7a
This commit is contained in:
Dmitry Tantsur 2015-09-08 15:23:40 +02:00
parent 22c670a00a
commit 4aedc4558f
1 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,10 @@ function configure_inspector {
iniset "$IRONIC_CONF_FILE" inspector enabled True
iniset "$IRONIC_CONF_FILE" inspector service_url $IRONIC_INSPECTOR_URI
if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
setup_colorized_logging $IRONIC_INSPECTOR_CONF_FILE DEFAULT
fi
}
function configure_inspector_swift {