| commit | e2b75363699124cfd2c19de69286cfafa98aa9a0 | [log] [tgz] |
|---|---|---|
| author | Hironori Shiina <shiina.hironori@jp.fujitsu.com> | Sat Jul 16 01:02:49 2016 +0900 |
| committer | Hironori Shiina <shiina.hironori@jp.fujitsu.com> | Tue Jul 19 13:29:13 2016 +0000 |
| tree | b59e8a3719e67d00f36b826ae51f364e4d234f8f | |
| parent | 72ed1a171ca94e0076ce99e3af63b14d88349833 [diff] |
Remove remaining fwaas code Change-Id: I24fe7a559760b985bd53373523276a8f075e5974
diff --git a/lib/neutron-legacy b/lib/neutron-legacy index f4e577d..7dce5f7 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy
@@ -292,9 +292,6 @@ 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" }