From 9326c70da552e9a27c0115e6d696cfa3b504e39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek=20Kap=C5=82o=C5=84ski?= Date: Tue, 20 Dec 2022 11:13:40 +0100 Subject: [PATCH] Remove note about migration from lib/neutron-legacy to lib/neutron In [1] we finally got rid of the unfinished lib/neutron module and kept only lib/neutron-legacy. It's renamed to lib/neutron now and it's the only neutron related module in Devstack. So this patch removes left over todo comments about things to do when migration to the new lib/neutron module will be finished. [1] https://review.opendev.org/c/openstack/devstack/+/865014 Change-Id: I7913f4b0426624c1486efd027d6c412dfa296a06 --- devstack/plugin.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 138659d85..04cef2347 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -51,7 +51,6 @@ function configure_fwaas_v2() { iniset_multiline $Q_L3_CONF_FILE fwaas driver $FWAAS_DRIVER_V2 fi if is_service_enabled q-agt; then - # TODO(hoangcx) we can remove the slashes below once neutron-legacy has gone iniset /$NEUTRON_CORE_PLUGIN_CONF fwaas firewall_l2_driver $FW_L2_DRIVER iniset /$NEUTRON_CORE_PLUGIN_CONF agent extensions fwaas_v2 fi