Merge "Ensure syslog option is honored by neutron and tempest"
This commit is contained in:
commit
70f0a77567
@ -785,7 +785,7 @@ function _configure_neutron_common {
|
|||||||
|
|
||||||
iniset $NEUTRON_CONF database connection `database_connection_url $Q_DB_NAME`
|
iniset $NEUTRON_CONF database connection `database_connection_url $Q_DB_NAME`
|
||||||
iniset $NEUTRON_CONF DEFAULT state_path $DATA_DIR/neutron
|
iniset $NEUTRON_CONF DEFAULT state_path $DATA_DIR/neutron
|
||||||
|
iniset $NEUTRON_CONF DEFAULT use_syslog $SYSLOG
|
||||||
# If addition config files are set, make sure their path name is set as well
|
# If addition config files are set, make sure their path name is set as well
|
||||||
if [[ ${#Q_PLUGIN_EXTRA_CONF_FILES[@]} > 0 && $Q_PLUGIN_EXTRA_CONF_PATH == '' ]]; then
|
if [[ ${#Q_PLUGIN_EXTRA_CONF_FILES[@]} > 0 && $Q_PLUGIN_EXTRA_CONF_PATH == '' ]]; then
|
||||||
die $LINENO "Neutron additional plugin config not set.. exiting"
|
die $LINENO "Neutron additional plugin config not set.. exiting"
|
||||||
|
@ -247,6 +247,7 @@ function configure_tempest {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
iniset $TEMPEST_CONF DEFAULT use_syslog $SYSLOG
|
||||||
# Oslo
|
# Oslo
|
||||||
iniset $TEMPEST_CONFIG DEFAULT lock_path $TEMPEST_STATE_PATH
|
iniset $TEMPEST_CONFIG DEFAULT lock_path $TEMPEST_STATE_PATH
|
||||||
mkdir -p $TEMPEST_STATE_PATH
|
mkdir -p $TEMPEST_STATE_PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user