From e2b75363699124cfd2c19de69286cfafa98aa9a0 Mon Sep 17 00:00:00 2001 From: Hironori Shiina Date: Sat, 16 Jul 2016 01:02:49 +0900 Subject: [PATCH] Remove remaining fwaas code Change-Id: I24fe7a559760b985bd53373523276a8f075e5974 --- lib/neutron-legacy | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/neutron-legacy b/lib/neutron-legacy index f4e577d43b..7dce5f7f3e 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy @@ -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" }