From 2e978dd6286a33af72796dc97cd81ed5fa2255de Mon Sep 17 00:00:00 2001 From: Malini Kamalambal Date: Fri, 28 Feb 2014 14:06:59 -0500 Subject: [PATCH] Add use_syslog to Marconi config This patch adds use_syslog option to the marconi config file. This is needed to allow marconi to run, when USE_SCREEN is set to False in devstack. Change-Id: I547697ec2745975e235a4e58cde81132ac37b70d --- lib/marconi | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/marconi b/lib/marconi index 8cfc55c1dd..29ae386d9f 100644 --- a/lib/marconi +++ b/lib/marconi @@ -95,6 +95,7 @@ function configure_marconi { sudo chown $USER $MARCONI_API_LOG_DIR iniset $MARCONI_CONF DEFAULT verbose True + iniset $MARCONI_CONF DEFAULT use_syslog $SYSLOG iniset $MARCONI_CONF 'drivers:transport:wsgi' bind $MARCONI_SERVICE_HOST iniset $MARCONI_CONF keystone_authtoken auth_protocol http