Merge "q-l3 failed to start in case q-fwaas enabled"

This commit is contained in:
Jenkins 2016-08-03 20:29:26 +00:00 committed by Gerrit Code Review
commit 460f6e242b

View File

@ -292,9 +292,6 @@ function _determine_config_server {
function _determine_config_l3 {
local opts="--config-file $NEUTRON_CONF --config-file $Q_L3_CONF_FILE"
if is_service_enabled q-fwaas; then
opts+=" --config-file $Q_FWAAS_CONF_FILE"
fi
echo "$opts"
}