Browse code

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

Malini Kamalambal authored on 2014/03/01 04:06:59
Showing 1 changed files
... ...
@@ -95,6 +95,7 @@ function configure_marconi {
95 95
     sudo chown $USER $MARCONI_API_LOG_DIR
96 96
 
97 97
     iniset $MARCONI_CONF DEFAULT verbose True
98
+    iniset $MARCONI_CONF DEFAULT use_syslog $SYSLOG
98 99
     iniset $MARCONI_CONF 'drivers:transport:wsgi' bind $MARCONI_SERVICE_HOST
99 100
 
100 101
     iniset $MARCONI_CONF keystone_authtoken auth_protocol http