|
...
|
...
|
@@ -785,7 +785,7 @@ function _configure_neutron_common {
|
|
785
|
785
|
|
|
786
|
786
|
iniset $NEUTRON_CONF database connection `database_connection_url $Q_DB_NAME`
|
|
787
|
787
|
iniset $NEUTRON_CONF DEFAULT state_path $DATA_DIR/neutron
|
|
788
|
|
-
|
|
|
788
|
+ iniset $NEUTRON_CONF DEFAULT use_syslog $SYSLOG
|
|
789
|
789
|
# If addition config files are set, make sure their path name is set as well
|
|
790
|
790
|
if [[ ${#Q_PLUGIN_EXTRA_CONF_FILES[@]} > 0 && $Q_PLUGIN_EXTRA_CONF_PATH == '' ]]; then
|
|
791
|
791
|
die $LINENO "Neutron additional plugin config not set.. exiting"
|