Merge "Fix the keyerror:"tenant_name" when writing log"

This commit is contained in:
Jenkins 2015-12-18 13:16:34 +00:00 committed by Gerrit Code Review
commit cc883a2e24
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function configure_smaug_api {
echo "Configuring Smaug API Database"
iniset $SMAUG_API_CONF database connection `database_connection_url smaug`
setup_colorized_logging $SMAUG_API_CONF DEFAULT tenant_name
setup_colorized_logging $SMAUG_API_CONF DEFAULT
echo "Configuring Smaug API colorized"
if is_service_enabled keystone; then