Remove remaining fwaas code

Change-Id: I24fe7a559760b985bd53373523276a8f075e5974
This commit is contained in:
Hironori Shiina
2016-07-16 01:02:49 +09:00
parent 72ed1a171c
commit e2b7536369

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"
}